Integer at long type variable are not object.Support your
answer with example.And explain the technique to convert from
value type to reference type and vice-versa.
Answer Posted / sujit
int x=10;
object obj=x;//called boxing
x=convert.ToInt32(obj);// called unboxing
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
write a program to find the biggest palindrome in the given string
What are indexers in c# .net?
How can I produce an assembly?
What is null character in string?
How are Windows programs different from normal C-programs?
Is linkedhashset synchronized?
Can we use "this" command within a static method?
What is session c#?
Is ram a heap?
What does an indexer do?
What is yield return in c#?
Describe the parts of assembly.
Is there an equivalent to the instanceof operator in visual j++?
How many bytes is an int c#?
what are the contents of an assembly ?