Explain the methods in Generic and HTTP Servlets?
Answers were Sorted based on User's Feedback
Answer / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
| Is This Answer Correct ? | 6 Yes | 0 No |
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 |
What is the procedure of invoking different servlet in a different application?
How can you use a servlet to generate a plain text instead of html?
how many jsp scripting elements are there and what are those?
What is the <load-on-startup> element?
What is called Scriptlet?
What is the importance of init() method in Servlet ?
What is a servlet?
Why servlet is mostly used?
Can we use threads in Servlets?
What is new in ServletRequest interface ? (Servlet 2.4)
what is EJB and Java servlet
What are the differences between the servletconfig interface and the servletcontext interface?