close
    What does java do

    0  Views: 737 Answers: 3 Posted: 11 years ago

    3 Answers

    See here >>>http://wiki.answers.com/Q/What_does_java_do

    Keeps me awake.

    Client Side
    As a client-side language, JavaScript is downloaded to the browser, and the browser interprets the code. This reduces load on the server and allows changes, using Ajax, as you use the web page.


    Embedding
    Because JavaScript is embedded in HTML, it needs a web browser to be able to use it. It cannot be compiled like some other languages, such as C or Basic.


    Dynamic Content
    JavaScript can have variables that make the content more dynamic. It can display the current date and time, rotate a picture or change the CSS style of a form to make it stand out when you make an error. Ajax is using JavaScript and CSS together in an HTML page to do dynamic changes.


    Speed
    Because JavaScript is compiled on your computer, the speed it runs depends on your computer. JavaScript has lower overhead than Java, C# or Flash, so for the functions JavaScript can do, such as rotating images, it is often better to use JavaScript and keep the demands of your computer minimal.


    Limitations
    While there are many reasons to use JavaScript, it also has limitations. Because it is client side, interactions with a server using JavaScript is difficult and in some cases not possible. It is normal practice to post a form to a PHP script for database and server-side routines. JavaScript can also be turned off by the client, rendering your script useless. The same can be said for Java, Flash and many other languages.


    Read more: What Does JavaScript Do? | eHow.com http://www.ehow.com/facts_4923109_what-does-javascript-do.html#ixzz2GpyekrgW



    Top contributors in Programming & Design category

     
    ROMOS
    Answers: 234 / Questions: 0
    Karma: 11370
     
    Colleen
    Answers: 612 / Questions: 0
    Karma: 10395
     
    country bumpkin
    Answers: 57 / Questions: 0
    Karma: 3660
     
    pythonlover
    Answers: 93 / Questions: 0
    Karma: 2060
    > Top contributors chart

    Unanswered Questions

    455342
    questions
    720655
    answers
    764139
    users