In a memory when you Box and Unbox a value-type what happens?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is or operator in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


How to achieve polymorphism in c#?

0 Answers  


What is an int c#?

0 Answers  


Explain anonymous type in c#?

0 Answers  






What is data set in c#?

0 Answers  


List the difference between the virtual method and the abstract method?

0 Answers  


Explain the three test cases in unit testing?

0 Answers   Siebel,


What is master page in asp net c#?

0 Answers  


What is an array class?

0 Answers  


What is the benefit of using interface in c#?

0 Answers  


What is difference between a constant and read-only in C#?

0 Answers   CDC,


Categories