- 
					 “out” is implicit object of which class?
- 
                        - javax.servlet.jsp.JspWriter
- javax.servlet.jsp.SessionPrinter
- javax.servlet.jsp.SessionWriter
- javax.servlet.jsp.PrintWriter
- 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.
 
	