(Choose 1 answer)
Which statements are BEST describe page implicit object of jsp file?
A. This javax.servlet.jsp.JspWriter object writes text as part of the response to a request. Th implicitly with JSP expressions and actions that insert string content in a response.
B. This java.lang.Object object represents the this reference for the current JSP instance.
C. This javax.servlet.jsp.PageContext object hides the implementation details of the underly JSP container and provides JSP programmers with access to the implicit objects discussed
D. This object represents the response to the client. The object normally is an instance of a class that implements HttpServletResponse (package javax.servlet.http). If a p HTTP is used, this object is an instance of a class that implements javax.servlet.ServletResp
E. This object represents the client request. The object normally is an instance of a class tha HttpServletRequest (package javax.servlet.http). If a protocol other than HTTP is used, this c instance of a subclass of javax.servlet.ServletRequest.
Exit 40