InterviewSolution
Saved Bookmarks
| 1. |
What are the different scope values for the JSP action? |
|
Answer» The scope attribute identifies the lifecycle of the Action element. It has four possible values: (a) page, (b)request, (c)session, and (d) application. |
|