Switch to full style
What's behind JSP & Servlets
Post a reply

Hello World using JSP

Sat Jun 09, 2007 1:57 pm

This the hello world in JSP
Code:


    My First JSP



    <%
   
    out.println("Let Start our JSP ");
 
%>
   







Post a reply
  Related Posts  to : Hello World using JSP
 JSF hello world     -  
 Hello World!     -  
 Servelt Hello world I made by myself     -