DEV Community

Cover image for Difference Between JavaScript and Java?
Arul .A
Arul .A

Posted on

Difference Between JavaScript and Java?

JAVA:

  • It is a compiled programming language.

  • It is primarily used to the server side development, Android apps.

  • The syntax structure is strict and more lines of code.

  • It is object oriented.

  • They using IDE Eclipse, IntelliJ IDEA.

JavaScript:

  • It is a scripting, interpreted language.

  • It is primarily used in frontend development.

  • The syntax structure of code is simple and concise.

  • It is a object based.

  • They using IDE is vs code, Sublime Text, Notepad.

Top comments (0)