Answer Posted / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Whether thread can be used in servlets?
What is the importance of init() method in Servlet ?
How forward () method is different from send redirect () method?
What are different methods of session management in servlets?
What is the purpose of inter-servlet communication?
What is the difference between the include() and forward() methods?
Explain the war file?
Can we override servlet service method?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Can servlet have a constructor ?
What are the different methods involved in the process of session management in servlets?
What is the difference between CGI and Servlet?
What are advantages of servlets over cgi?
What is servlet and its types?
What is called Session Tracking?