1.

What are JSP comments?

Answer»

JSP comment marks text or statements that the JSP container should ignore. A JSP comment is useful when you want to hide or "comment out" part of your JSP page.

Following is the syntax of JSP comments −

<%-- This is JSP comment --%>


Discussion

No Comment Found