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
explain Garbage collector’s functionality on unmanaged code
What is distribute by in hive?
Explain how to implement an object pool in c#.net
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is the difference between first and firstordefault?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is binding in c#?
Why to use “using” in c#?
Why reflection is used in c#?
What is a custom attribute?
Why abstract class is not instantiated in c#?
Can we have 2 main methods in c#?
What is type cast in C#?
What do you understand by the terms datareader object and dataset object?
Does c# support c type macros?