Multiple choice

Which of the following implicit object in JSP is used to access the Servlet or JSP initialization parameters?

  1. config Object

  2. application Object

  3. pageContext Object

  4. out Object

  5. request Object

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

Config Object in JSP is used to access the Servlet or JSP initialization parameters such as the paths or file locations etc.