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
How many digits are in an integer?
Why should you override the tostring() method?
What is object type in c#?
What are the different types of constructors in c#?
What is lazy loading and eager loading in c#?
What is the difference between abstract class and interface in c#?
What is the purpose of namespace in c#?
What is an assembly qualified name
What is meant by desktop application?
Differentiate between dataset and datareader?
What is iqueryable?
What are some of the commonly used commands in sqlcommand?
What is arraylist c#?
Why do we use readonly in c#?
Is lazy thread safe c#?