| Object |
Description |
| Array |
Operates on array objects. |
| Config |
Methods used to access the Servlet's configuration information. |
| Context |
Contains methods used to access the Servlet container. |
| Cookie |
Used for cookie objects. |
| Date |
Functions on date values. |
| Enumeration |
Works on enumeration objects. |
| File |
Operates on file objects. |
| FileDescriptor |
Functions on file descriptor objects. |
| Hashtable |
Used for hashtable objects. |
| Internet |
Operates over the Internet. |
| IO |
Performs Input/Output operations. |
| JDBC |
Provides database connectivity. |
| Number |
Operates on numeric values. |
| Object |
Functions on objects. |
| Properties |
Funcions on properties. |
| Random |
Used for random number generator. |
| Request |
Operates on HTTP requests. |
| RequestDispatcher |
Defines an object that forwards the request to another resource
or includes the response of the resource in the current response. |
| Response |
Functions on HTTP responses. |
| Session |
Methods used to access any session information. |
| SqlTypes |
SQL data types. |
| Stack |
Functions on a stack object. |
| StreamTokenizer |
Performs operations on a stream tokenizer object. |
| String |
Used for string values. |
| StringBuffer |
Operates on a string buffer object. |
| StringTokenizer |
Functions on a sting tokenizer object. |
| System |
Performs system operations. |
| Vector |
Operates on vector objects. |