Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Saturday, December 1, 2007

java code for Comments in JSP page



Comments in a JSP


<% // A Java comment inside a scriptlet - copied into the generated servlet %>
The exemplar that generated this page uses a combination of HTML, Java and JSP comments.
<%-- A JSP comment - not copied to the servlet, or the output --%>

No comments: