Multiple choice technology web technology

Which among the following is a valid JSP implicit variable ?

  1. stream

  2. context

  3. listener

  4. application

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

In JSP, 'application' is a valid implicit variable representing the ServletContext. Other implicit objects include request, response, session, out, pageContext, config, and page. 'stream', 'context', and 'listener' are not standard JSP implicit variables.