0
Is it necessary to learn java in order to learn javascript for web development.
i wanted to design web pages and later developing apps for android phones.That's why i have to learn javascript ,html and css. so is javascript completely different from java or are they highly corelated? also please let me know if i need to learn any additional language to make my web development experience a nice journey.
1 Odpowiedź
+ 5
They are totally different !
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.