1.

What Are The Advantages Of Vbscript?

Answer»

Following are the advantages of VBSCRIPT:

  1. VBScript is a lightweight scripting language, which has a lightning fast interpreter.
  2. VBScript, for the most part, is case insensitive. It has a very simple syntax, easy to learn and to implement.
  3. Unlike C++ or Java, VBScript is an object-based scripting language and NOT an Object-Oriented Programming language.
  4. It uses Component Object MODEL (COM) in order to ACCESS the elements of the ENVIRONMENT in which it is executing.
  5. Successful execution of VBScript can happen only if it is executed in Host Environment such as Internet Explorer (IE), Internet Information SERVICES (IIS) and Windows Scripting Host (WSH).

Following are the advantages of VBScript:



Discussion

No Comment Found