Explain the methods in Generic and HTTP Servlets?

Answers were Sorted based on User's Feedback



Explain the methods in Generic and HTTP Servlets?..

Answer / guest

Generic servlets has service() method to handle requests

HttpServlet has doGet(),doPost(),doHead() mehtods

Is This Answer Correct ?    6 Yes 0 No

Explain the methods in Generic and HTTP Servlets?..

Answer / chaitu

All the methods in Generic servlets are abstract methods.
Even though HTTP Servlet is an abstract there are no
abstract methods

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are important features of Servlet 3?

0 Answers  


Explain is servlet mapping?

0 Answers  


What is called servlet mapping?

0 Answers  


What is a cookie What is the difference between session and cookie

0 Answers  


Which java application server is the best?

0 Answers  






How can we invoke another servlet in a different application?

0 Answers  


How we can create war file in servlet?

0 Answers  


What exactly are the functions of servlet?

0 Answers  


How can an existing session be invalidated?

0 Answers  


How do you define a servlet?

0 Answers  


Why are servlets used?

0 Answers  


can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


Categories