VB.Net Interview Question and Answers

96. What is the difference between Convert.toString and .toString() method?
  Convert.toString handles null while i.tostring() does not handles null.
 
Your Name Your Email-ID
Your Answer
97. What are the advantages of VB.NET?
 
    The main advantages of .net are :
  • .NET is a language independent
  • Automatic memory management(garbage collection)
  • Disconnected architecture
  • Object Oriented.
 
Your Name Your Email-ID
Your Answer
98. What is strong-typing versus weak-typing?
  Strong type is checking at the variables in compile time.
Weak typing is checking the variables at run-time.
 
Your Name Your Email-ID
Your Answer
99. What is the root class in .Net?
  system.object is the root class in .net .
 
Your Name Your Email-ID
Your Answer
100. What is the maximum size of the textbox?
  65536
 
Your Name Your Email-ID
Your Answer