adspace


What's a windows process in .net?

Answer Posted / Neeraj Jalota

In .NET, boxing and unboxing are the processes of converting a value type to an object (or boxing) and back to a value type (or unboxing). This allows value types to be stored in collections designed for objects and used with languages that do not support value types.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141