+ 1
Guysss... i have question again?? Is Java and JavaScript are same or different??
What Java and JavaScript do??!!!
4 Answers
+ 1
js and java are both object oriented languages but they are very different javascript is based iniside html and java can function on its own creating small applications("java applets") and is much more complex than js
+ 2
well... ok
+ 1
The difference is that they operate on two different layers. For the Web environment, Java works on the server side of any request, for example reading or writing to database, managing forms entries, etc. Javascript only works on the client side of pages, on the webbrowser to be clear, doing stuff such as dynamic writing on page, validating forms before sending their contents to the servers, etc.
On the standalone programming side (.exe programs), you can write entire programs on Java, or games: Minecraft is made in Java, for example. No standalone programming is managed by Javascript, it lives just on the webbrowser.
0
Java is an on itsself standing program to write apps etc. and Javascript is a part of the three web languages (HTML, CSS and JavaScript) and is used to let a site be interactive