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
What is SingleThreadModel interface?
Whether we can get deadlock situation in servlets?
Why is httpservlet declared abstract?
If servlet receives multiple requests, how many objects will it create?
how many jsp scripting elements are there and what are those?
Explain the difference between generic servlet and http servlet?
What is servlet interface?
What are advantages of servlets over cgi?
What do you mean by deployment descriptor?
How to make sure a servlet is loaded at the application startup?
How can you create a session in servlet?
What is a java servlet?
What do you mean by web applications?
Is servlet synchronized?
What is servlet in web technology?