CISC474, JSP Knowledge

See this page for an explanation of the purpose of this list, and how it relates to studying for exams.

Basic JSP Syntax

  1. (MIDTERM) Comments in JSP files start with "<%--" and end with "--%>". For example:
      <%-- This is a comment in a JSP file --%>
    

Phillip T Conrad
Last modified: Tue Feb 8 08:52:37 EST 2005