Difference between VB and VBScripting? – User friendly Tech help

Scenario:– Please explain the difference between VB and VB-Scripting language. n

nSolution:

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

Visual Basic

n

n

VBScript

n

n

Uses different types of variables and constants

n

n

Uses only one type of variable–the Variant

n

n

Can be compiled into an exe file

n

n

Is interpreted by the Internet Explorer browser software

n

n

Uses event procedures to react to events

n

n

Uses event handlers to react to events

n

n

Has an easy-to-use integrated development environment (IDE)

n

n

Does not have an easy-to-use IDE specifically for VBScript

n

n

Runs as stand-alone language

n

n

Must be integrated with HTML

n

n

More Interview Questions

Was this article helpful?
YesNo

Similar Posts