Scripting Elements
A page is dynamic if it has bits of Java code, or scripting elements,
embedded between blocks of template text. Three types:
- Scriptlets
- Code that becomes part of the _jspService() method
- Expressions
- Code that becomes print() method calls
- Declarations
- Code that becomes global to the Servlet class