Scenario:– Please explain the difference between VB and VB-Scripting language.
Solution:–
Visual Basic
|
VBScript
|
Uses different types of variables and constants
|
Uses only one type of variable–the Variant
|
Can be compiled into an exe file
|
Is interpreted by the Internet Explorer browser software
|
Uses event procedures to react to events
|
Uses event handlers to react to events
|
Has an easy-to-use integrated development environment (IDE)
|
Does not have an easy-to-use IDE specifically for VBScript
|
Runs as stand-alone language
|
Must be integrated with HTML
|