javascript
Brief description  about Online courses   join in Online courses
View AISHWARYA  SRIKANTHAN 's Profile

What types of Servlet are there?

What types of Servlet are there?
Asked by AISHWARYA SRIKANTHAN | Jun 29, 2010 |  Reply now
Replies (2)
View java teacher 's Profile
There are tow types of servlet................

1)Generic servlets
2)HttpServlets
Dec 28, 2010
View sunil kumar mondal 's Profile
In the Java servlet API there are several sub-interfaces and implementations of the Servlet interface. The GenericServlet class has general purpose implementations of servlet methods that are common to all, including getInitParameter(String), init(ServletConfig) and log(String). GenericServlet is abstract and leaves the key method service(ServletRequest, ServletResponse) abstract for sub-class implementation.
Jun 29, 2010