+ 2
What is the difference between JavaScript and Java
5 Answers
+ 4
Java is a programming language by sun Microsystems. it is lightweight platform independent modern object oriented language. we write program compile and package. then the made program is run it is mainly used to make applications. but JavaScript is a different thing it is a script it runs on web browser on client side to add interactivity to the web page. you do not need to compile it rather the engine quickly reads it as such and perform secure actions yes it's name is similar to Java but is not related to the language.
+ 3
compile means a process in which a human understandable code is translated into machine language here human understandable code is made changed into instructions that the computer understands.
+ 2
Thanks
+ 2
such as 01100101
+ 1
What means compile?



