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 difference between ServletContext and ServletConfig
Write a simple servlet program to print the contents of html.
Explain servlet events?
What is difference between server and servlet?
How can we invoke another servlet in a different application?
What is Client-Server Computing?
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
Why is Servlet so popular?
How long do servlets last?
What is difference between PrintWriter and ServletOutputStream?
how can you give alias to servlets?
Which HTTP method is non-idempotent?