0

What is the difference between java and javascript?

14th Mar 2017, 7:43 AM
Augy
Augy - avatar
2 Answers
+ 5
I know many people think, that they must be nearly the same languages, until they learn them. lol
14th Mar 2017, 8:51 AM
Albert Kunz
Albert Kunz - avatar
+ 3
They're completely different, except similar notations. JavaScript should be interpreted by browser, and Java programs always compiled before executing on jvm. There's tool GWT to compile your client part of Java project into JavaScript, but it's better to learn both
14th Mar 2017, 8:26 AM
Антон Плужников
Антон Плужников - avatar