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
In which assembly is the mvc framework defined?
How to use Jquery Plugins in ASP.Net MVC validation?
will there be any issues adding a table without primary keys to a data model?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is viewstart page in mvc?
explain what does .edmx file contains?
What is filters in web api?
What type of filter does outputcacheattribute class represents?
What is the advantage of mvc?
What is the .net framework and how does it work?
what do you mean by table-per-type?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Explain representational state transfer (rest) in detail?
What are bundling & minification features in asp.net mvc 4?
How to bind table colum with gridview column?