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 |
Why are http servlets used in programming?
What are the classes and interfaces for servlets?
Why jsp is better than servlet?
What is cookie in servlet?
What is meant by session? Tell me something about httpsession class?
What is URL Encoding?
When to use doget() and when dopost()?
What do you mean by scope object and what are its types?
Can we override servlet service method?
what is SSL?
How many objects of a servlet is created?
program for RequestDispatcher in servlets?