Answer Posted / senthil kumar
casting is convertion of data like integer to string,string
to interger,etc..,
but the boxing simply involves to convert the value types
to reference types.That means assigning the value to the
object.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is the difference between string keyword and system.string class?
Write the difference between TypeOf and GetType?
What is the object class in c#?
Is c# easier than javascript?
What is parsing?
Explain About stateless and state full web service
How do switch statements work?
Can abstract class have constructor in c#?
What is an xsd file?
Explain async and await?
Explain the advantage of using system.text.stringbuilder over system.string?
How the versioning applies to Assemblies or can you explain version numbers?
What is dataadapter c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is a multicast c# delegate?