What is the difference between Javascript & Vbscript?

Answers were Sorted based on User's Feedback



What is the difference between Javascript & Vbscript?..

Answer / sonal.pagare

Javascript -

It is client side scripting language, developed by Netscape.

It is case sensitive.

File extension is .js.


VBscript -

It is both Client and server side scripting language,
developed by Microsoft.

It is not case sensitive.

File extension is .vbs and .vba.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between Javascript & Vbscript?..

Answer / gomathiparamasivan

JavaScript:
JavaScript runs on any browser.
It uses curly braces to denote functions.
JavaScript is client-side validation.
It is interpreted by the server(specifically,IIS)

VB Script:
VB Script runs only on Internet Explorer.
It uses Function and End Function to denote functions.
VB Script for server-side validation.
It is interpreted(and statements executed) by a user's
browser.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB Script Interview Questions

What are keywords in the vbscript language?

0 Answers  


Mention what if you do not specify anything when you call a procedure?

0 Answers  


what is fire event method in qtp?

3 Answers   TCS,


How will you convert a string to lower case string using vbscript?

0 Answers  


How to get the background color of a weblist?

3 Answers   Accenture,






hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

0 Answers  


Which operator can be used to check if two numbers are equal or not in vbscript?

0 Answers  


Explain the adodb.stream class?

0 Answers  


what is the standards used for writing the script in QTP

0 Answers  


Which in-built function is used to format the number in the vbscript language?

0 Answers  


how to organize files in object repository of qtp

1 Answers  


Explain sga memory structures?

0 Answers  


Categories