JSP Question:
Download Questions PDF

What are the implicit objects in JSP?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

Implicit objects are created by the web container and contain information related to a particular request, page, or application. They are request, response, pageContext, session, application, out, config, page and exception.

Download Java JSP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is JSP page? How many JSP scripting elements and what are they?