0
java vs javascript
What is the difference? Are they the same?
2 Answers
+ 2
Java is a OOP language used to make programs. Javascript is a scripting language for web development used to add interactivity to a web page and to carry out client side processing.
if they were the same, they wouldn't have two different names đ
+ 1
Completely different, not even the same organization. JavaScript is more like a scripting language and is often used with html/web. Java is fundamentally object oriented and strongly typed, unlike js