answersLogoWhite

0


Best Answer

Visual Basic script and JavaScript are both programming languages. JavaScript is used primarily to create websites, and has no user interface. Visual Basic is used to create software applications, has a user interface, and is less heavy on the code than JavaScript.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

There is no difference. JScript and JavaScript are the exact same programming language. (Microsoft used the JScript name in the past to avoid trademark issues)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between vbscript and java script?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Difference between awt and java script?

AWT is a Java package for creating graphical user interfaces. JavaScript is a completely unrelated programming language.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


What is java fx2.1.1?

Java script


How can we use script tag in java?

to implement javascript embed the statements between <script> n </script>,,, and include any scripting language. eg:<script LANGUAGE="javascript"> block of codes </script>


Where can I download java script free?

When it comes to java script you can simply download it free from the java website. You can also go to CNET downloads and get it free from there.

Related questions

What is the difference between VB-Script and JavaScript?

vbscript is used for server side as well as client side where as java script is used for client side only.


Difference between awt and java script?

AWT is a Java package for creating graphical user interfaces. JavaScript is a completely unrelated programming language.


Difference between java script and xml?

It would be harder to describe the similarity between JavaScript and XML. These two languages are for entirely different purposes.


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


What is Error on page?

I can only assume this question is referring to the little yellow triangle with exclamation point at the bottom left of an internet explorer window when there are problem with a script (java or vbscript) on a page. These can typically be ignore.


What is difference between vb script and java script?

JavaScript is just like VB Script, but VB Script is what windows made to try to get rid of JavaScript, but as you can see im sure JavaSript is the winner. They are the same thing pretty much just a little alterations in the code.


What is java fx2.1.1?

Java script


Is Java script needed for Poptropica?

No, Java script is not needed to play poptropica.


How can we use script tag in java?

to implement javascript embed the statements between <script> n </script>,,, and include any scripting language. eg:<script LANGUAGE="javascript"> block of codes </script>


What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


Does Java Script use the same compiler as Java?

No


Name two languages which are used for client side scripting?

Two different client side scripting languages are JavaScript and VBScript.Scripting languages are not compiled and run on the client machine (in most cases, the web browser.)There are several currently in use. The most popular is JavaScript. It's a prototype-based, object oriented language, with a Java or C-like syntax.Microsoft has also produced a competing language called VBScript. VBScript has a syntax based off of Microsoft's Visual Basic programming language. It's used in Active Server Pages, and as the Windows Script Host language, used by sys-admins.