Multiple choice technology web technology

How many implicit objects are there in J2EE specification

  1. 5

  2. 9

  3. 8

  4. 10

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

The J2EE (Java 2 Enterprise Edition) specification defines 9 implicit objects for use in JSP pages: request, response, pageContext, session, application, out, config, page, and exception. These objects are automatically available without explicit declaration.