Chapter 37 Flashcards

1
Q

What is the purpose of JSP Action Elements

A

To work with JavaBeans
To include pages at request time
To forward request to another resource etc.

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

What is application object scope

A

Within all pages belonging to same

application

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

What is session object scope

A

Only from pages belonging to same session

as the one in which they were created

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

What is request object scope

A

Only within pages processing the request

in which they are created

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

What is page object scope

A

Objects may be accessed only within pages

where they are created

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

What is scriptlet

A

In JavaServer Pages (JSP) technology, a scriptlet is a piece of Java-code embedded in the HTML-like JSP code. The scriptlet is everything inside the tags.

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