Asp.net Solution | sql tips

Here Reader, We are provide all question yhose asked in interview. you are read this blog and prepare for asp.net interview.

What is Boxing/Unboxing?


 More Details :  Live Training in jaipur

Boxing is used to convert value types to object.
E.g. int x = 1;
object obj = x ;
Unboxing is used to convert the object back to the value type.
E.g. int y = (int)obj;
Boxing/unboxing is quiet an expensive operation.
Posted by deepak at 11:30 am
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Popular Posts

Blog Archive

  • ►  2014 (3)
    • ►  April (2)
    • ►  March (1)
  • ►  2013 (3)
    • ►  March (3)
  • ▼  2012 (19)
    • ▼  June (19)
      • Check UserName Email Availability In Asp.Net Ajax
      • ExecuteScalar Example In Asp.Net C#
      • How to find duplicate values in a table or sql?
      • Only Number validation in Textbox of ASP.NET Using...
      • What is the difference between Finalize() and Disp...
      • What is a base class and derived class?
      • What is inheritance?
      • MultiPle Inheritance
      • What is an Interface?
      • What are events and delegates?
      • What is business logic?
      • What are functional and non-functional requirements?
      • What is Boxing/Unboxing?
      • What is the difference between user and custom con...
      • what is abstract class ?
      • how to seach data in sqlDatabase
      • state management
      • difference between varchar and nvarchar datatype ?
      • Difference between SqlDataAdapter or sqlDataReader ?

About Me

deepak
View my complete profile
Simple theme. Powered by Blogger.