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 are the collections in c#?
What is an int in c#?
What is class method?
How string definitions will prevent escaping on backslashes in C#?
Why do we Need of static class in c#?
What is meant by desktop application?
Illustrate race condition?
Explain about WSDL
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is difference between array and arraylist c#?
Explain the Usage of web.config
Why to use “finally” block in c#?
What is the difference between an implicit conversion and an explicit conversion?
Name the two classes are required for implementing a windows service?
What type is string in c#?