What is the different between javascript and jsp??

Discussion in 'JavaScript' started by pown, Aug 28, 2008.

  1. #1
    i think they both are related with each other isn't it???
     
    pown, Aug 28, 2008 IP
  2. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No.




    .....
     
    MMJ, Aug 28, 2008 IP
  3. rcadble

    rcadble Peon

    Messages:
    109
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Javascript is a browser scripting language, and if I'm not mistaken, JSP is Java Server Pages, which is interpreted by the server like PHP or ASP.
     
    rcadble, Aug 28, 2008 IP
  4. mkda

    mkda Active Member

    Messages:
    139
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #4
    javascript is done on the client side

    jsp pages are done on the server side

    JSP is like a php application where it can interact with a database. Javascript cannot do that. It's NO way related, other than sharing "java" in it's name.... same case for the difference b/w "java" and "javascript".

    The name "java" came when the foudners were drinking at the coffee shop.
     
    mkda, Aug 28, 2008 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #5
    It's an important factor to get straight before you start asking "which database is good to use???"

    Javascript is good for little stuff on a site and for ajax. JSP is a server side language and generates the html. Totally different. My experience with JSP is that it's not a "teach yourself" language and I'd recommend you look at PHP or ASP for the serverside stuff.
     
    sarahk, Aug 28, 2008 IP