Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Utilities (https://www.askmehelpdesk.com/forumdisplay.php?f=78)
-   -   Java Is used for (https://www.askmehelpdesk.com/showthread.php?t=21607)

  • Feb 24, 2006, 05:22 PM
    cleancondenser
    Java Is used for
    When I rest my pointer over a link, it diplays information about that link
    Is that Java at work?
    Why are there different Jav versions?
    Is Java compiled like C or interpeted like Basic?
    Is this contained in Internet Explorer?

    Thank You very much
  • Feb 25, 2006, 07:41 AM
    ScottGem
    Java is used for server side programming that is operating system independent. The information displayed when hovering over a hyperlink is a function of the browser, not JAVA. I believe JAVA is compiled, though Javascript is interpreted. JAVA is run through a browser which contains a plugin called a JVM (Virtual Machine).
  • Feb 27, 2006, 02:28 AM
    LTheobald
    Quote:

    Originally Posted by cleancondenser
    When I rest my pointer over a link, it diplays information about that link
    Is that Java at work?

    No, that's nothing to do with Java.
    Quote:

    Originally Posted by cleancondenser
    Why are there different Java versions?

    Because the developers behind Java are constantly imrpving the language, adding new features etc.
    Quote:

    Originally Posted by cleancondenser
    Is Java compiled like C or interpeted like Basic?

    Compiled
    Quote:

    Originally Posted by cleancondenser
    Is this contained in Internet Explorer?

    No, Java is machine & operating system dependent so it's not tied into different software. You download a bit of software called the Java Virtual Machine (JVM). This interprets your compiled Java code and turns it into machine code that you computer can understand. Internet Explorer just knows to look for and use a JVM that's present on the system.

  • All times are GMT -7. The time now is 10:53 AM.