What is the boxing and unboxing concept in .net?



What is the boxing and unboxing concept in .net?..

Answer / Ramji Gupta

Boxing refers to the automatic conversion of a value type (such as an integer or Boolean) to an object. Unboxing is the reverse process, where the object is converted back to its original value type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?

1 Answers  


What are different types of subquery?

1 Answers  


Explain what are sparse columns?

1 Answers  


What are filegroups in sql server?

1 Answers  


When we should use @@error?

1 Answers  


List the advantages of using stored procedures?

1 Answers  


What is the function of sql server agent windows service?

1 Answers  


What are the types of subquery?

1 Answers  


Explain atomicity?

1 Answers  


What are the different index configurations a table can have?

1 Answers  


What will happen when a Rollback statement is executed inside a trigger?

1 Answers   Flextronics, Hexaware,


How can I create a new template for import ? : sql server management studio

1 Answers  


Categories