Answer Posted / praveen kumar
There are two types of servlets Generic Servlet and HttpServlet.
Generic Servlet defines protocol indipendent servlet,
HttpServlet is a subclass of GenericServlet and it provies
some Http protocol specific functionality.
| Is This Answer Correct ? | 38 Yes | 5 No |
Post New Answer View All Answers
Why session tracking is needed?
Explain the war file?
Explain the difference between servletconfig and servletcontext in servlet?
What are the phases of servlet life cycle?
Can we override destroy method in servlet?
What is servlet used for?
What is the purpose of inter-servlet communication?
Why filter is used in servlet?
Why do we have servlet filters?
Which application server is best for java?
Can we refresh servlet in client and server side automatically?
Why is servlet used?
What is the purpose of requestdispatcher interface?
Explain get and post.
What is life cycle of Servlet?