What are the difference between HttpServlet and
GenericServlets?
Answer Posted / himanshu verma
Generic Servlet is the general class to implement servlets.
it can use any protocol like MIME, SMTP etc. while HTTP
Servlet is specially designed for HTTP protocol.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different methods of session management in servlets?
How can we achieve transport layer security for our web application?
Write a hello world program using servlets.
How can you use a servlet to generate a plain text instead of html?
Explain the difference between a web server and a web container?
What are important features of Servlet 3?
Which event is fired at the time of setting, getting or removing attribute from application scope?
When jsessionid is created?
How can you start a jta transaction from a servlet deployed on jboss?
Explain servlet events?
Explain get and post.
Describe servlet?
What do you understand by mime type?
Which interface must be implemented by all servlets?
Should I override the service() method?