0
What is the difference between java and javascript?
2 Answers
+ 5
I know many people think, that they must be nearly the same languages, until they learn them. lol
+ 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