What Are Implicit Objects Available to the JSP Page
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. In JavaServer Pages (JSP), there are several implicit objects available that can be … Read more