posted 18 years ago
The javadocs of HttpServlet and GenericServlet explicitly mention the differences between the two classes, and they also show a bunch of methods in HttpServlet that are not in GenericServlet (specifically, all the HTTP-related stuff).
The javadocs are generally a good place to start if you want to learn about a particular class.
[ March 02, 2007: Message edited by: Ulf Dittmer ]