InterviewSolution
Saved Bookmarks
| 1. |
List the different scope values for the tag in JSP? |
|
Answer» This tag is required to use any Java object present in the JSP PAGE. The scope VALUES for tag are as following: application, request, page, SESSION, etc. |
|