123456789101112131415



Question 1: JSP pages have access to implicit objects that are exposed automatically. One such object that is available is request. The request object is an instance of which class?
1. HttpRequest
2. ServletRequest
3. Request
4. HttpServletRequest