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