What are the objects that can be used in scriplets and expressions without defining them before
request response out session application config pageContext exception page
What are JSP directives
Used to convey special processing information about the page to JSP container. It can be used anywhere in the document
What are 2 ways to include JSP
2. Request time (by using action elements)
What are action elements
Special JSP tags