JSP provides Nine implicit objects by default. They are as follows with corresponding Object Type:
i) out --> JspWriter
ii) request -->HttpServletRequest
iii) response --> HttpServletResponse
iv) config --> ServletConfig
v) session --> HttpSession
vi) application --> ServletContext
vii) pageContext --> PageContext
viii) page --> Object
ix) exception --> Throwable