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 sta?
Explain what is clr?
Difference between singleton and singlecall.
What is the benefit of WebAPI over WCF?
What is asp.net and its advantages?
in which protocol ASP.NET WEB API Work?
Explain how does asp page work?
Explain diff between dataset and datareader?
What is session object? Describe in detail.
What is http post action?
Why do we need master page in asp.net?
Is it true that a Web service must be written in .NET or not?
What is the function of the ViewState property?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain server-side scripting?