1.

State some key differences between VB.NET and Visual Basic.

Answer»
Comparison ParameterVB.NETVB
Platform DependenceVB.NET is platform-independent.VB is platform dependent.
Backwards CompatibilityVB.NET is not backwards compatible.VB is backwards compatible.
COMPILED or InterpretedVB.NET is a compiled language.VB is an interpreted language.
EXCEPTION HandlingIn VB.NET, we can perform Exception Handling USING the ‘Try….Catch’
STATEMENTS
In VB, we can perform Exception Handling using the ‘On Error…..Goto’ statements.
Development of Multithreaded ApplicationsIt is possible to develop multi-threaded applications using VB.NET.It is not possible to develop multi-threaded applications using VB.


Discussion

No Comment Found