which implicit object is NOT available to the jsp page?
<%page isErrorPage='false' session='false' isThreadSafe='false' %>
1) page
2) pageContext
3) session
4) exception
I have confusion between opinion 3 and opinion 4. Please guide.
I thought they both were. What exam/mock is this question from?
Also note that it is bad practice to reference any of those implicit objects directly. Using expression language, you reference objects in the session not the session per se.