1.

“out” is implicit object of which class?(a) javax.servlet.jsp.PrintWriter(b) javax.servlet.jsp.SessionWriter(c) javax.servlet.jsp.SessionPrinter(d) javax.servlet.jsp.JspWriter

Answer» The correct choice is (d) javax.servlet.jsp.JspWriter

Explanation: JspWriter object is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.


Discussion

No Comment Found

Related InterviewSolutions