(Choose 1 answer)
Which statements are BEST describe page implicit object of jsp file?
A. This object represents the client request. The object normally is an instance of a class that implements HttpServletRequest (packagejavax.servlet.http). If a protocol other than HTTP is used, this object is an instance of a subclass of javax.servlet.ServletRequest.
B. This javax.servlet.jsp.JspWriter object writes text as part of the response to a request. This object is used implicitly with JSP expressions and actions that insert string content in a response.
C. 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 protocol other than HTTP is used, this object is an instance of a class that implements javax.servlet.ServletResponse.
Finish
Exit 23