Home » JAVA Programming » Java Basic » Question
  1. “request” is instance of which one of the following classes?
    1. ServletRequest
    2. Request
    3. HttpRequest
    4. HttpServletRequest
    5. None of these
Correct Option: D

request is object of HttpServletRequest.



Your comments will be displayed only after manual approval.