Copyright © 2001 Qusay H. Mahmoud
37
What else?
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