Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Difference between overloading and overriding in JAVA

Hi, Difference between overloading and overriding in java is a repeatedly asked and very important interview question. So, you can find the details over here. Method overloading in JAVA is used to increase readability of program while method overr

Razor Engine in MVC

While working with MVC you dont see # tags which denotes aspx engine you will always see @ which denotes the razor engine. So writing HTML in this engine is different as compared to aspx engine @model MVC_Demo.Models.EmployeeModel @{ ViewBag.

Difference between ViewBag, ViewData, or TempData in MVC

Difference between ViewBag, ViewData, or TempData in MVC:- In Asp.Net MVC you have three ways to pass data from controller to view and in the next request. They are ViewData, ViewBag and TempData. ViewData:- Viewdata helps to maintains data when

Handling Return Messages in AJAX Call

While implementing AJAX call users find problem what to return and how to handle it. This is my web method which is returning a string in both the cases whether insertion occurs or error is being generated by the program. [WebMethod] [

Data Definition Language

These statements define the structure of the database. DDL consist of those statements that create,alter and drop database objects and statements that grant and revoke privileges and roles to user  of the database. Statements under this categor

Exception Handling in MVC at Controller Level

If you want to handle exception at the controller level you will create a class for that inside the controller that will override the OnException method to log errors @model System.Web.Mvc.HandleErrorInfo @{ Layout = null; } <!DOCTYPE html>

Save file to Document directory in liferay 6.1 using API

File Upload in Document Library of Liferay:- First we need to create the folder in the Document Library of Liferay. In my case the folder is created with dentalnoteDocuments name. In below code AddInfo.jsp we can take simple AUI FORM to insert some

How to execute stored procedure?

Stored Procedure is already written queries which are saved in database. If you want to use any SELECT, INSERT, UPDATE, DELETE query multiple times then you can put your query in stored procedure and use it anywhere. You can execute your stored proce

Assertion Based Testing

Assertion Based Testing:- Assertion based testing is a boolean expression testing. An assertion is a boolean style at a general details in any program how will be correct or true although there is a issue or bug in the program. A test assertion is d

Mobile Application or Game Marketing Techniques – Part 1

Hi guys, as you all know that developing a product and promoting it in the market are two different things. A product is useless until and unless it is accepted by the targeted audience for whom it has been developed. So whenever a product is launche

1 70 162
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: