VB Dot Net Developer Question:

Can you please explain the difference between int and int32?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Int32 represent 32-bit signed integer whereas int is not a keyword used in VB.Net.


Previous QuestionNext Question
Can you please explain the difference between System.String and System.StringBuilder classes?Explain hashtable?