JSP Tutorial

Discussion in 'JSP' started by nehas, Jan 29, 2007.

  1. nehas

    nehas New Member

    Joined:
    Jan 29, 2007
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    0
    JSP Tutorial
    JSP : Java Server Pages

    It is a server side scripting language.

    JSP are normal HTML with Java code pieces embedded in them.

    A JSP compiler is used to generate a Servlet from the JSP page.
     
  2. satya5321

    satya5321 Banned

    Joined:
    Jul 4, 2007
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    JSP is a scriptiing language, that you can embed dynamic content which is not possible with HTML.
    JSP internally converts into Servlet class.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice