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
Top TS PGECET Computer Science & Information Technology Questions