Can anyone please tell me the answer for the following question with description?
Which two are concerning the objects available to developers creating tag files? (Choose two)
A.The session object must be declared explicitly B.The request and response objects are available implicitly C.The output stream is available through the implicit outStream object D.The servlet context is available through the implicit servletContext object. E. The JspContext for the tag file is available through the implicit jspContext object.
I think option B is correct. But what about the other answer ?
A. Wrong. The "session" object is implicit B. Correct C. Wrong. The ouput stream is available through the "out" object. D. Wrong. The servlet context is available through the "application" object. E. Correct