Computer Science, asked by rutu96sawant, 1 year ago

difference between Java and Java Script​

Answers

Answered by saab7597
3

Answer:

The difference between Java and JavaScript is that Java is compiled + interpreted language, Java code is fist compiled into class files containing byte code and then executed by JVM, on the other hand, JavaScript code is directly executed by the browser.

Explanation:

By comparison, JavaScript is mainly used to make web pages more interactive. ... JavaScript code is run on a browser only, while Java creates applications that run in a virtual machine or browser. Java is an OOP (object-oriented programming) language, and JavaScript is specifically an OOP scripting language.

Answered by Anonymous
1

JAVA SCRIPT

JavaScript is a computer programming language. It is a scripting language and is mainly used in the creation of webpages on the client side.

Although the word Java is included in its name, it has nothing to do with the programming language called Java. Yes, the syntax of both

JAVA AND JAVASCRIPT

Java and JavaScript is affected by the syntax of C. The main principles of JavaScript design are derived from a programming language called Self.

1) Useful in creating dynamic pages of web pages

2)Runs on the client side on the user's computer.

3) It is an printed language.

4) Object is Oriented language.

5) It has first class functions.

6) JavaScript's syntax is influenced by C's syntax.

7) JavaScript's real name is "ECMAScript".

Similar questions