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 servlet in tomcat?
How does tomcat servlet container work?
What are the life-cycle methods for a servlet?
How do we share data using 'getservletcontext ()?
What is the capacity the doget can send to the server?
What is meant by cookies?
What are the servlet events?
How we can get ip address of client in servlet?
What are the uses of servlet and what is servlet chaining?
What do you mean by deployment descriptor?
How can you use a servlet to generate a plain text instead of html?
why we should override only no-agrs init() method.
Explain the architechure of a servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Write the code to get the server information in servlet.