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 are the life cycle methods of a servlet?
What are the kinds of http requests?
Which protocol will be used by browser and servlet to communicate
What is httpservlet class?
Why do we need a constructor in a servlet if we use the init method?
How can we refresh automatically when new data has entered the database?
What are the exceptions thrown by servlets? Why?
What are Servlets?
How do we share data using 'getservletcontext ()?
What is a web application and what is it’s directory structure?
Can you call a jsp from the servlet?
What is the need of session tracking in web application?
What is the process to implement doget and dopost methods?
Write a servlet to upload file on server.
How can you create a session in servlet?