Implicit objects are the objects available to the JSP page. These objects are created by Web container and contain information related to a particular request, page, or application.
The JSP implicit objects are:
Application, config, exception, out, page, pageContext, request, response andsession.