can we override service method in my servlet class..?? if
yes or no why ??
Answer Posted / ravikiran
no it's not a good practice to overide the service
method...if we call any of the doxxx method then internally
it will call the service method of the HttpServlet
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is servlet interface?
List some life cycle methods of a servlet.
Why servlet is used as controller ? Not JSP? I want complete explation?
Is it possible to have a constructor inside the servlet?
How do you configure a centralized error handler in servlets?
What is servlet looping or chaining?
What is meant by Servlet? What are the parameters of service method?
Which HTTP method is non-idempotent?
What is the main purpose of java servlets?
What must be implemented by all servlets?
What is the type of method for sending request from http server?
When a servlet accepts a call from a client, it receives two objects. What are they?
How can you start a jta transaction from a servlet deployed on jboss?
Which httpsession object is used to view and manipulate information about a session?
What is the GenericServlet class?