Implicit Objects
- Java has the implicit object this.
- JSP has the following implicit objects (and their types):
- request (javax.servlet.http.HttpServletRequest)
- response (javax.servlet.http.HttpServletResponse)
- config (javax.servlet.ServletConfig)
- session (javax.servlet.http.HttpSession)
- application (javax.servlet.ServletContext)