JSP Java


  
    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 --%>