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
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the differences between primary foreign and unique keys?
What is manifest in .net framework?
Explain what the contents of cookie?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain the concept of MVC Scaffolding?
Explain how cookies work.
What are the server control tags in asp.net.?
Can we use MSSql as backend in asp.net...if yes then How.?
What is session object? Describe in detail.
Which library is used by the testers and developers to develop automated tests and create testing tools?
How many types of session state management options available in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is cookies cache and session?
What is connection pooling and how to enable and disable connection pooling?