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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are 2 ways to include JSP

A
  1. Translate time ( by using include directive)

2. Request time (by using action elements)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are action elements

A

Special JSP tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly