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
What do you understand by aggregate dependency?
Can you explain autopostback?
Please brief not about xsd,xslt & xml?
Explain asp.net application life cycle?
How Can assign alias name for ASP.NET Web API Action?
What are the features that make asp.net more used framework? : asp.net mvc
What is ispostback property?
What are the different types of Caching techniques in ASP.NET?
What is Web API Routing?
Which authentication uses a combination of windows and iis authentication?
Why does my asp.net file have multiple tag with runat=server?
How does session work in asp net?
Explain what the contents of cookie?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?