CHEESE
0
Q:

java vs javascript

/*
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.
*/
9
java is virtualised and compiled while javascript isn't.
javascript and java aren't that similar apart from beign 
both OOP.
5
/*
JavaScript can be used to do neat things like creating 
animation in HTML. ... JavaScript code is run on a 
browser only, while Java creates applications that run 
in a virtual machine or browser. Java is an OOP 
(object-oriented programming) language, and JavaScript is
specifically an OOP scripting language.
*/
4

New to Communities?

Join the community