Explain boxing and unboxing in .net.
Answer / Gangesh Chand Gupta
Boxing is the implicit conversion of a value type (like int or bool) to an object (System.Object). Unboxing is the reverse operation, converting an object back to its original value type. This is useful when dealing with generic collections that can contain multiple data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have same method with same name and signature using partial classes
what is yield keyword in .Net?
Name for built-in permission sets in .Net
What is prerender event of a page?
what is AGILE SCRUM methodoly....?
what is the keyword used for self reference?
Difference between VB.NET and C#. Which is faster ?
Explain security measures exist for .net remoting in system.runtime.remoting?
Describe the compilation process for .net code?
What is garbage collection in .net? Explain the garbage collection process?
What?s SingleCall activation mode used for?
Do you know what is .net standard?