lAdditional characters may appear after the initial
<%, such as !, =, or @ to further prescribe the meaning of
the tag
–<%!
Double radius = 3.5; %>
–<%=
2 * Math.PI * radius %>
–<%@
include file=“notice.html” %>
lIt is possible to create re-usable components with JSP using Java Beans
lExplore on your own!
l