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 we should override only no-agrs init() method.
Write a program to show the functionality of doget and dopost method?
Which is the methods of generated servlet?
What's the difference between authentication and authorization?
How can we achieve transport layer security for our web application?
How servlets can be automatically reloaded?
Is there any need to shutdown the web server, if you want to modify a servlet?
if we know the any consultancies, it will place in company work through consultancy(contract base). please help me I'm 2008 pass out java candidate...
Does servlet have main method?
What is with the javax.servlet package naming?
what is meant by Transaction Isolation Levels?
What is difference between GenericServlet and HttpServlet?