VB Dot Net Developer Question:
Download Job Interview Questions and Answers PDF
Can you please explain the difference between VB and VB.Net?
Answer:
VB:
Platform dependent
VB is backward compatible
Interpreted
Exception Handling by 'On Error…..Goto'
Cannot develop multi-threaded applications
VB.Net:
Platform Independent
VB.Net is not backward compatible
Compiler Language
Exception Handling by 'Try….Catch'
Can develop multi thread applications
Platform dependent
VB is backward compatible
Interpreted
Exception Handling by 'On Error…..Goto'
Cannot develop multi-threaded applications
VB.Net:
Platform Independent
VB.Net is not backward compatible
Compiler Language
Exception Handling by 'Try….Catch'
Can develop multi thread applications
Download VB .Net Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Metadata? | Can you please explain the difference between C# and VB.Net? |