- Expressions are Java language expressions whose value is evaluated
and returned to the page as a string.
- These were created due to the fact that using scriptlets to always
write to a page can become cumbersome having to use multiple
out.println() statements.
Example of an expression:
The current date is:
<%= new java.util.Date() %>