Difference between javascript  and java

  • Java Script is an OOP scripting language.
  • JavaScript code are all in text.
  • JavaScript code is run on a browser only.
  • JavaScript is a client side scripting language.
  • Java is an OOP programming language.
  • Java code needs to be compiled.
  • Java creates applications that run in a virtual machine or browser. 
  • Java is a client side & server side scripting language.
  • Your JavaScript source can be viewed by anybody.
  • Java source is hidden because it's only the compiled bytecode which the browser uses.


Comments

Popular posts from this blog

Bootstrap Breakpoints