English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what is the relationship between java programming language and javascripting and what is the relationship between visual basic and vbscripting?

2006-12-15 14:52:07 · 4 answers · asked by M.M.B.J Mawella 1 in Computers & Internet Programming & Design

4 answers

JavaScript/VBScript both are Scripting languages and mostly run at client-side.

Where as, VB and Java are full fledged programming languages, which give you the complete power to develop any kind of application.

You can consider JavaScript/VBScript as subscript of Java/VB.

2006-12-15 15:04:04 · answer #1 · answered by Anonymous · 0 1

There's a world of difference between the two. Javascript is used for front-end web development while Java can only be used as a back-end language within a Key differences between Java and JavaScript: Java is an OOP programming language while Java Script is an OOP scripting language. Java and JavaScript are completely different, and are related only by the inclusion of "Java" in the name. The inclusion of the "Java" name in "JavaScript" was Javascript is an interpreted language.....its code is read and interpreted on the fly into machine code. Javascript, which is similar to Java, has limitations in system access.......there is almost no system API access and it can not access files on the system. Javascript is stripped to it's basic elements. This language is for limited use and finds itself used mostly as a client side validation tool for web forms........Relationship counselling perth

2014-09-23 04:00:53 · answer #2 · answered by Anonymous · 0 0

Java and JavaScript are loosely based on the C language

Java is a compiled language, much like C/C++, where the code is compiled into an object, which is allowed to interact with the operating system on different levels. accessing files and system API's

Javascript is an interpreted language.....its code is read and interpreted on the fly into machine code. Javascript, which is similar to Java, has limitations in system access.......there is almost no system API access and it can not access files on the system. Javascript is stripped to it's basic elements. This language is for limited use and finds itself used mostly as a client side validation tool for web forms.

2006-12-15 23:18:28 · answer #3 · answered by Jeffrey F 6 · 0 0

The scripting is just making a script so the other can run.

In other words -

Java - This is just the thing that makes Javascripts run properly on a computer.

Java Programming Language - The language in which Java Scripting is writing. (ex. javascript:alert("This would go in your internet browser address, try it"))

Javascripting - Make the scripts to which Java is ran.

Visual Basic - A type of computer programming language.

VBScripting - Creating scripts to run Visual Basic programs.

2006-12-15 23:09:39 · answer #4 · answered by kslice917 3 · 0 1

fedest.com, questions and answers