VB Dot Net Developer Question:

Can you please explain the difference between int and int32?

Answer:

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

Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Can you please explain the difference between System.String and System.StringBuilder classes?Explain hashtable?