Tuesday, November 29, 2011

What are the default objects provided by JSP container? Other than page, request, session and context objects.

Total default object provided by jsp are1.request2.response3.session4.application5.page6.config7.pageContext8.out9.exception:Response, Config,this(page), Out, Application and the last(optional) is Exception(throwable) object
Category:JSP Interview Questions

No comments:

Post a Comment