0
Main difference between JavaScript and Java??
4 odpowiedzi
+ 1
Don't try to compare and find similarities between Java and Javascript. They ain't related.
+ 1
Java is an OOP programming language while Java Script 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.
0
but I want to basic difference which functionality have java and not JavaScript or vice versa.
0
Then you should compare Java with C++/C# and Javascript with HTML/CSS.