what is the difference between java and javascript code example

Example 1: what is the difference between javascript and java

Javascript is used to add animations and life to web pages, and works with HTML, where Java creates applications and doesnt work with HTML. They are similar only by name.

Example 2: javascript vs java

/*
JavaScript: Easier to learn and run, runs in browser,
not strictly object-orientated, mainly client-side.

Java: More secure, strict OOP, steeper learning curve, 
used literally everywhere, needs to be compiled.
*/

Example 3: difference between java and javascript

java is virtualised and compiled while javascript isn't.
javascript and java aren't that similar apart from beign 
both OOP.

Example 4: difference between java and javascript

java is an OOP language ,compiled with the jvm while javascript is an OOP interpreted by the browser