Home » JAVA Programming » Java Basic » Question
  1. “out” is implicit object of which class?
    1. javax.servlet.jsp.JspWriter
    2. javax.servlet.jsp.SessionPrinter
    3. javax.servlet.jsp.SessionWriter
    4. javax.servlet.jsp.PrintWriter
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.