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
What you mean by routing in asp.net mvc?
How we can multiple submit buttons in ASP.Net MVC
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Which are the important namespaces used in mvc?
Is .net framework going away?
Explain the role of assembly in the .net framework.
What is the use of razor view engine?
How to update one of my table in database at 4pm every day how it is possible?
What is a model in android?
Is .net core replacing .net framework?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is layout in mvc?
What is an asynchronous controller in asp.net mvc?
What is display mode in mvc?
How we can add the css in mvc?