Question:

JSP has nine standard implicit objects. Choose the incorrect option from the following?

Show Hint

Remember the nine JSP implicit objects: request, response, session, application, out, page, pageContext, config and exception.
Updated On: Jun 25, 2026
  • Session
  • Application
  • Exception
  • Presentation
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: JSP provides several implicit objects that are automatically available without explicit declaration. These objects simplify web application development.

Step 1:
List the standard JSP implicit objects.
The nine implicit objects are:
• request
• response
• session
• application
• out
• page
• pageContext
• config
• exception

Step 2:
Check the given options.
Session is a valid implicit object. Application is a valid implicit object. Exception is also a valid implicit object. Presentation does not belong to the list of JSP implicit objects.

Step 3:
Choose the incorrect option.
Hence, \[ \boxed{\text{Presentation}} \] is the incorrect option.
Was this answer helpful?
0
0