Notes

Introduction to JSP

What is JSP?

JSP Syntax Elements

1. Directive <%@ ... %>

Instructs JSP engine to process the JSP file.

Types of Directives:

2. Declaration <%! ... %>

3. Scriptlet <% ... %>