What is deferent betwen java and javascript?
what is most popular language
JavaScript is considered an interpreted scripting language. The difference is in the implementation:
Java is compiled into bytecode and run on a virtual machine, whereas JavaScript can be interpreted directly by a browser in the syntax it is written