+ 2

What is the difference between java and java script?

22nd Nov 2016, 8:00 AM
Aminur Rahman
Aminur Rahman - avatar
13 Answers
+ 21
We can say that these are completely different programming languages.
22nd Nov 2016, 9:02 AM
Nelli
Nelli - avatar
+ 11
Java and JavaScript are two different thing. Java is an object oriented programing language and JavaScript is a web scripting language.
22nd Nov 2016, 8:04 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
+ 4
Key differences between Java and JavaScript: Java is an OOP programming language while JavaScript is an OOP scripting language. Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in text.
22nd Nov 2016, 8:40 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 1
Le langage de programmation JavaScript, développé par Netscape, Inc., ne fait pas partie de la plate-forme Java. JavaScript ne permet pas de créer des applets ou des applications autonomes. Dans sa forme la plus courante, JavaScript s'intègre dans les documents HTML et peut fournir des niveaux d'interactivité aux pages Web que vous ne pouvez pas obtenir avec du langage HTML simple. Principales différences entre Java et JavaScript : - Java est un langage de programmation OOP (Object Oriented Programming) tandis que JavaScript est un langage de script OOP. - Java permet de créer des applications qui sont exécutées sur une machine ou un navigateur virtuel tandis que le code JavaScript est exécuté uniquement sur un navigateur. - Le code Java doit être compilé tandis que le code JavaScript est composé entièrement de texte.
22nd Nov 2016, 8:26 AM
TARFAOUI Mohammed
+ 1
Java and JavaScript they r as different as Car and Carpet. JavaScript mostly used to create web applications and Java is more of a general purpose programming language.
27th Nov 2016, 11:27 AM
Royal XL
Royal XL - avatar
+ 1
java is pure OOP language where each and everything is treated as an Object which is used to create platform independent program. so that write once and use anywhere can be achieved. JavaScript is used for webdevelopment to create functions.
28th Dec 2016, 2:35 PM
Ullas Sharma
Ullas Sharma - avatar
+ 1
Java is programming language with oop approach and javascript is a scripting language that is executed on client's machine i.e. In the browser
30th Dec 2016, 8:12 AM
Raj Kumar
0
JavaScript is an object-oriented scripting language that allows you to create dynamic HTML pages, allowing you to process input data and maintain data, usually within the browser. Java is a programming language, core set of libraries, and virtual machine platform that allows you to create compiled programs that run on nearly every platform, without distribution of source code in its raw form or recompilation. More About:-http://crbtech.in/Java-Training/9-distinguishing-factors-javascript-java/
29th Sep 2017, 8:08 AM
mayur kohli
mayur kohli - avatar
0
java is oops language and it's runs on independent platform.JavaScript is independent on browser it is a client side scripting language.
19th Oct 2017, 2:11 PM
Dewanand Vishal
Dewanand Vishal - avatar
0
Java is a programming language with oops that is generally used to develop applications and softwares for different devices like computers and mobile phones. it is like c or c++ having some advance approaches like oops and cross platform supportive. JavaScript is a scripting language which is executed in browsers. In web development, there are two ways of implementing programming to the web app or website. these are server side and client side. server side languages execute on the server like asp.net and Php. JavaScript is the client side scripting language that executes in the browser.
19th Oct 2017, 5:37 PM
Raj Kumar
- 1
java is said to be an object oriented programming language used in creation of apps and virtuals and to be run on mobiles and not on browsers...While javascript is a programming language that deals with the behaviour of the browser in relation to it's clients or users.
22nd Nov 2016, 11:41 AM
Favour Ayodele
Favour Ayodele - avatar
- 1
Java is used to develop apps and software While javascript is used to add programming in browsers only.
10th Dec 2016, 3:04 AM
Shiv Singh Sisodiya
Shiv Singh Sisodiya - avatar
- 1
java was popular when ecma script started up. so ecmascript jumped at the band wagon and called their language javascript for popularity marketing reasons and it worked :)
12th Dec 2016, 1:48 PM
stephen farrell
stephen farrell - avatar