This is a collection of examples which demonstrate some of the more frequently used parts of the Servlet API. Familiarity with the Java(tm) Programming Language is assumed.
Wherever you see a form, enter some data and see how the servlet reacts.
When playing with the Cookie and Session Examples, jump back to the Headers
Example to see exactly what your browser is sending the server.
| Hello World | Execute |
| Request Info | Execute |
| Request Headers | Execute |
| Request Parameters | Execute |
| Cookies | Execute |
| Sessions | Execute |