Find the answer to your Linux question:
Results 1 to 4 of 4
i want to know if there is any difference betwen java and javascript... are they the same thing?...
  1. #1
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549

    $diff java javascript



    i want to know if there is any difference betwen java and javascript...
    are they the same thing?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Wikipedia is your best friend. check here for JavaScript and Java. if i remember correctly, i suggested you to search in Wikipedia earlier too.




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,204
    The short answer is no. They both have "Java" in their names, but are otherwise completely different.

    The longer answer is that JavaScript is an untyped, web-based client-side scripting language, whereas Java is a JIT-compiled, typed, and multi-platform language. While Java does have web applications (applets, etc.), the two languages fulfill very different functions.
    DISTRO=Arch
    Registered Linux User #388732

  4. #4
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    thanks cabhan...you explained me all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •