Tuesday, November 29, 2011

What is the default scope of jsp tags?

Page scope is the default scope for jsp tags:The availability of a JSP object for use from a particular place of the application is defined as the scope of that JSP object. Every object created in a JSP page will have a scope. Object scope in JSP is segregated into four parts and they are page, request, session and application.
Category:JSP Interview Questions

No comments:

Post a Comment