Which implicit object is not available in normal JSP pages?
Answers
Answered by
0
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.
#hope this was helpful for you
#thank_you
#hope this was helpful for you
#thank_you
Similar questions