Which implicit objects out of Application, Session, Exception, - ProProfs Discuss
Advertisement

Which implicit objects out of Application, Session, Exception, Config, is not available to a JSP page by default?

Asked by RYAN, Last updated: Apr 09, 2024

+ Answer
Request
Question menu
Vote up Vote down

2 Answers

Danny R. Glover

Danny R. Glover

Danny R. Glover
Danny R. Glover, Editor, New York City

Answered Oct 24, 2018

The answer to this is Exception. You have to remember that various applications are immediately seen when you check out the JSPPage. If you are not familiar with the JSP page, this is a type of text document that contains static data. Take note that the static data can be expressed in different formats. JSP also stands for Java Server Pages. Some may get confused with the difference of this program with ASP and PHP.

The main difference is that this uses JAVA programming language in order to work. This can be considered as an advantage by a lot of developers because they can make a lot of applications more functional that way.

upvote downvote
Reply 

John Smith

John Smith

John Smith
John Smith

Answered Sep 12, 2016

Exception-the implicit variables application and config are always available to a jsppage. the implicit variable session is available if the value of the page directivessession attribute is set to true. since it is set to true by default, the implicitvariable session is also available by default. the implicit variable exception isavailable only if the value of the page directives iserrorpage attribute is set totrue. it is set to false by default, so the implicit variable exception is notavailable by default. we have to explicitly set it to true:
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.