Java Platform, Enterprise Edition/Java EE Tutorial/Writing in JSP

Scripting Elements edit

Expressions of the form <%= expression %> Scriptlets of the form <% code %> Declarations of the form <%! code %>

JSP directive <%@ directive attribute="value" attribute2="value2" %>

JSP Comment <%-- JSP Comment --%>