question. anyone know this one.

2000-11-29 Thread Dean Sacramone
1. What class should you inherit from to create a servlet that handles the HTTP protocol? Thanks, ~~~ Dean Sacramone [EMAIL PROTECTED] ~~~ "If there was any logic in this world, it would be men who ride side-saddle, not women." -- - Original Message

Re: question. anyone know this one.

2000-11-29 Thread Craig R. McClanahan
Dean Sacramone wrote: 1. What class should you inherit from to create a servlet that handles the HTTP protocol? Technically, it is the servlet container that actually "handles" the HTTP protocol. However, your servlets will normally extend the "javax.servlet.http.HttpServlet" base class.