| <% |
Everything up to the closing tag %> is java code |
| <%= |
Evaluates the Java expression that follows, converts
it to a String and writes it to the HTML output |
| <%! |
A java declaration. Available to all methods in the
servlet |
| <%@ |
Can be followed by one of several different strings,
such as method, import, extends. Useful for the generated Java |
| <jsp: useBean \> |
Invokes a Java Bean |