What's the difference between java and javascript
Anonimo
The main difference between java and javascript is that : 1. Java is an object oriented language where as Javascript is an object based programming language. 2. we will never get any inbuilt object that will perform our tasks but in Javascript we have inbuilt objects ex: Windows 3. We can design the front end of an application efficiently with Javascript while Java is mostly used for backend development.