| Platform Dependence | VB.NET is platform-independent. | VB is platform dependent. |
|---|
| Backwards Compatibility | VB.NET is not backwards compatible. | VB is backwards compatible. |
|---|
| COMPILED or Interpreted | VB.NET is a compiled language. | VB is an interpreted language. |
|---|
| EXCEPTION Handling | In 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 Applications | It is possible to develop multi-threaded applications using VB.NET. | It is not possible to develop multi-threaded applications using VB. |
|---|