+ 2

What is the difference between Java & Java Script?

What is the best between them?

28th Oct 2016, 1:35 PM
ALI PIANIST
ALI PIANIST - avatar
7 Answers
+ 5
They are both programming languages, but are otherwise very different. They weren't even made by the same people, the name Javascript was just chosen to surf on the rising popularity of Java at the time.
28th Oct 2016, 2:25 PM
Zen
Zen - avatar
+ 3
the difference is that Java is a programming language, JavaScript is a scripting language You can't say one is better because they are for different purposes
28th Oct 2016, 1:48 PM
CodeMStr
CodeMStr - avatar
+ 3
javascript was named after java because java happened to be popular at the time. javascript was developed by netscape and was meant to be a client side language. that is still true today, but many server side javascript libraries like nodejs now exist. Javascript is loosely typed and also an interpreted language. You can even disable it in your browser. Java is very different. It is more similiar to c#. It is a strongly typed language. It is compiled and cross-platform as well.
29th Oct 2016, 6:36 AM
Mythos
+ 1
JavaScript is also a weakly typed language whereas Java is Strongly typed. Java is millions times better than javaScript and should not be compared because they differ in many aspects.
28th Oct 2016, 4:08 PM
Ousmane Diaw
+ 1
I got it! Thanks for your answers ^^.
28th Oct 2016, 5:09 PM
ALI PIANIST
ALI PIANIST - avatar
0
Thank u.
4th Nov 2016, 1:41 PM
Nitin M
Nitin M - avatar
0
Java is a simple language.
4th Nov 2016, 1:44 PM
Nitin M
Nitin M - avatar