Chapter 37 Flashcards
What is the purpose of JSP Action Elements
To work with JavaBeans
To include pages at request time
To forward request to another resource etc.
What is application object scope
Within all pages belonging to same
application
What is session object scope
Only from pages belonging to same session
as the one in which they were created
What is request object scope
Only within pages processing the request
in which they are created
What is page object scope
Objects may be accessed only within pages
where they are created
What is scriptlet
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.