InterviewSolution
Saved Bookmarks
| 1. |
“request” is instance of which one of the following classes?(a) Request(b) HttpRequest(c) HttpServletRequest(d) ServletRequestI got this question by my college director while I was bunking the class.My doubt stems from JSP topic in section Session Management, JSP & API of Java |
|
Answer» CORRECT CHOICE is (C) HttpServletRequest Explanation: REQUEST is OBJECT of HttpServletRequest. |
|