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.
Previous Question | Next Question |
Can you please explain the difference between System.String and System.StringBuilder classes? | Explain hashtable? |