up previous next contents
Next: Exception handling Up: JavaServer Pages Previous: Directives   Contents

Implicit objects

  • As a JSP developer, certain implicit objects are made available to you.
  • The JSP contaner provides them for you.
  • Some objects, such as request and response, are passed as parameters to the servlets service() method.

The table below provides details about each implicit object.

Figure 3.1: List of implicit JSP objects


up previous next contents
Next: Exception handling Up: JavaServer Pages Previous: Directives   Contents