Home TechnologyProgramming Subscribe to RSS

What Is The Difference Between Java Programming And Java Script?

Answer Question

1 Answer - Sort by: Date | Rating

    Java Script
    Interpreted (not compiled) by client.
    Object-based. Code uses built-in, extensible objects, but no classes or inheritance.
    Code integrated with, and embedded in, HTML.
    Variable data types not declared (loose typing).
    Dynamic binding. Object references checked at run-time.  
    Cannot automatically write to hard disk.

    Java
    Compiled on server before execution on client.
    Object-oriented. Applets consist of object classes with inheritance.
    Applets distinct from HTML (accessed from HTML pages).
    Variable data types must be declared (strong typing).
    Static binding. Object references must exist at compile-time.
    Cannot automatically write to hard disk.
    0 0
    Guest

    Guest 

    answered 6 months ago

      More

      More

         
         

        Ask a Question via Twitter

        Send a question to @askblurtit and we will publish it online and send you a reply everytime you receive an answer.

        Blurtit Store

        Get T-shirts, hoodies, caps and more at the Blurtit store

        Blurtit International