Answer Posted / saiish bhat
Boxing is implicit conversion of value type to type object.
ex:
int i = 123;
int j = i; // boxing
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is recordset asp?
Explain the components of web form in asp.net
What are the difference between overriding and overloading?
What is Model-View-View Model?
What is the difference between “Web.config” and “Machine.Config”?
What is the difference between the asp and asp.net?
How does exception management works in ASP.NET?
What does passport and windows authentication mean in ASP.NET?
what are the security certificates used in webservices?
Explain how viewstate is being formed?
What is server redirect?
What is asp.net ajax?
Give 2 examples for scenarios when routing is not applied?
What are assemblies and namespaces and explain the difference between them ?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?