Answer Posted / zeenat
Boxing:- Creating a Instance of a object and passing the
value of a variable to that object
dim x as integer
dim y as object
y = x - Boxing process
x = y - unboxing
Unboxing :- passing a value of a object to the varible
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
How you can implement custom validation in asp.net MVC?
What are html helpers in asp.net mvc?
what is split entity?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
Explain Model, view and Controllers in Asp.Net MVC?
What are scaffold templates in mvc?
How to make sure Client Validation is enabled in ASP.Net MVC
What is the benefit of entity framework?
How to use Jquery Plugins in ASP.Net MVC validation?
How can I return string result from action in asp.net mvc?
Explain something about model, view and controllers in asp.net mvc?
What is entity sql? : Entity framework
What is Dependency Injection in ASP.Net MVC
What is the use of action filters in an mvc application?
Can you explain renderbody and renderpage in asp.net mvc?