Answer Posted / alb.shah
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which of the following .NET framework supports Web API?
How would you turn off cookies on one page of your website?
Do session use cookies in asp net?
What are the Types of authentications in IIS
In which event of the page viewstate is available?
What is Razor View Engine
Describe session handling in a webfarm?
Which type of state management is provided by Query String in ASP.NET?
How to implement Authentication and Authorization?
How does session authentication work?
Why is global asax is used?
What is event bubbling?
What kind of programming language is ASP.NET?
What are the different types of cookies in asp.net?
What are the options in ASP.NET to maintain state?