Multiple choice

Which of the following implicit objects belong to ServletContext interface in JSP (Java Server Pages)?

  1. Request

  2. Response

  3. Out

  4. Application

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, this is the ServletContext object.