What is deferent betwen java and javascript?

what is most popular language

Add Comment



  • 1 Answer(s)

    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

    Add Comment



  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.