Friday, February 24, 2012

Free download JSP Complete Reference book

JSP Complete Reference.

JSP is server side scripting language. JSP stands for Java server page. JSP is used for how to present web page to the users or on client side while Servlet is used for how to process data, what logic is used for passing and retrieving data from the client side, server side or from Database. JSP is used in between <%    %> tag . It is used inside the html tag. There are five types of JSP tags :
These are :
  • <%  script let  %>
  • <%-- comments  --%>
  • <%!   declaration    %>
  • <% @ page import =java.io.*     %>
  • <%  = Expression   %>

 JSP Complete Reference.

This is the best book for the beginner of JSP to help.For  Download click on link below :







 

1 comment:

Related Posts Plugin for WordPress, Blogger...