+ 3
What are the differents between java and java script and what they are used for?
5 Respostas
+ 9
The main differences are;
1. Java is an object oriented programming language, Java Script is an object oriented scripting language.
2. Java applications can run in a virtual machine or browser, JavaScript code can only run in a browser.
3. Java code has to be compiled, JavaScript code is all in text.
They are two different languages so learning one does not mean you can program the other but learning any language will make it easier to learn a new one, as most of the concepts are the same.
Its down to the individual but I would say js is easier but less useful unless you are planing to be a web developer.
Hope this helps.
+ 5
only name difference
else many concepts similar
like variables loops etc
no real relationship
+ 2
They are different languages
https://code.sololearn.com/WXpOiMS000u0/?ref=app
+ 2
java = programming language .
javascript = scripting language .
LEARN java if you wannA build apps and games...
AND javascript when you wanna create and web page that interacts with user .......