Tutorial66.com
@Share Application Development Skill.



Tutorial is tutorial...66 is My Country Code Up to 10 Years EXP for Application Development Role in Thailand.
collapse

Tutorial Category



Topic: JSP comments Example for use comments tag in JSP  (Read 263 times)


My Development skill
Java JSP Servlet EJB
Spring Framework
Hibernate Framework
iReport Jasper Report
Apache CXF
PHP Codigniter
Oracle PLSQL
Unix Shell Script
JSP comments Example for use comments tag in JSP
« on: November 11, 2011, 05:02:11 AM »
JSP comments Example for use comments tag in JSP
You can use comment in JSP tag  like java for Example
Code: [Select]
<%

//out.println("Comment single line");

/*
out.println("Comment multiple line");
out.println("Comment multiple line");
out.println("Comment multiple line");
out.println("Comment multiple line");
*/

%>

Other way you can use JSP Comment Tag like..
Code: [Select]
<%-- JSP comments --%>





SimplePortal 2.3.3 © 2008-2010, SimplePortal