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
How would you create deadlock on your servlet?
What is servlet in simple terms?
What is load-on-startup in servlet?
Can you explain in detail 'javax.servlet' package?
What is meant by session? Tell me something about httpsession class?
Is that servlet is pure java object or not?
Can we override servlet service method?
Explain mvc pattern.
What are the different methods involved in the process of session management in servlets?
What are the objects involved when a servlet receives a call from client?
Can servlet have a constructor ?
Does servlet have main method?
What's the use of servletcontext?
Difference between get and post in java servlets?
What is the difference between Servlets and Applets?