Explain the difference between int and int32?



Explain the difference between int and int32?..

Answer / Rekha

In VB.NET, 'int' is an alias for 'System.Int32', which is a 32-bit signed integer. It can hold values from -2147483648 to 2147483647. On the other hand, 'Integer' is also a synonym for 'int', but it is more recommended as it clearly indicates that we are dealing with an integer data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

code for itemstockgroupwise record?

1 Answers  


What are the objects in asp.net?

1 Answers  


hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha

3 Answers  


What are different types of jit ?

1 Answers  


Compare c# and visual basic.net?

1 Answers  


What is the Difference between Web User Control and Web Custom Control?

6 Answers   Benchmark,


What are the advantages of an assembly?

1 Answers  


what are the difference between An input box and Message box ..?

6 Answers   CTS, TATA,


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

1 Answers   Perot Systems,


Using VB, how can you change the Mouse Pointer?

1 Answers   CGI,


How can we store decimal data in .net?

1 Answers  


Explain the advantage of option strict on?

1 Answers  


Categories