Answer Posted / aejaz ahmad
Boxing is onverting a vlue type to refrence type (object
type)
Unboxing is converting reffrence type to value type as a
another value type
int i=0;
object o=i; //this is boxing
int i2=(int)o;//this is unboxing
long l=(long)i; //this is casting.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the concept of postback in asp.net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are the elements of a website?
What is AutoEventWireup attribute for ?
What is manifest in .net framework?
Can the dictionary object be created in client?s scope ?
Explain how do you validate the controls in an asp .net page?
Where is asp.net view state stored?
How do u deploy your asp.net application?
What are directives in asp.net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Apart from IDE what are the enhancements in asp.net 2.0?
Any disadvantages in Dataset and in reflection ?
How do we sort the data from a dataset?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?