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
What are the common methods that are included in the http servlet class?
What do you mean by cgi in servlet?
Why are servlets used?
How does java thread pool work?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How the JSP file will be executed on the Server side?
What is servlet api used for conneting database?
What are the phases of a servlet life cycle?
What are the functions of Servlet container?
How to get the path of servlet in the server?
What are all the ways for session tracking?
How is an application exception handling is done using a servlet?
What are the life cycle methods of the servlet?
Given the request path below, which are context path, servlet path and path info?
What is the type of method for sending request from http server?