what is the difference between int and Int32?
Answer Posted / srinivas.r
int is a value datatype.
Whereas INT32 is a wrapper class.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What is different between Boxing and Unboxing?
What do you mean by sealed classes and static classes?
What are mutable and immutable types in c#?
Are arrays immutable c#?
What is the console on a mac?
What is a multicast delegate in c#?
what is the Difference between the public and private ?
What is a function c#?
What is a type c#?
What is difference between assembly and dll?
What is c# console application?
What is a private method in c#?
What is monitor in C#?
What is gac? What are the steps to create an assembly and add it to the gac?
How can I develop an application that automatically updates itself from the web?