Explain what do the terms “boxing” and “unboxing” mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is a garbage collector?
What do you mean by Code Access Security in .NET?
Explain what is the difference between odbc and ado?
Explain how garbage collection works?
What is Full trust permission set in .Net
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Is .net core the future?
Tell me what is a “jagged array”?
How many namespaces are in .net version 1.1?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is a resource? Provide an example from your recent project.
What is the use of immutability?