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 ? | 5 Yes | 3 No |
Post New Answer View All Answers
Servlet is pure java object or not?
What is the functionality of actionservlet and requestprocessor?
Can we use threads in Servlets?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the difference between a generic servlet and http servlet?
What is the difference between Servlets and Applets?
How can I send user authentication information while making URL Connection?
What is servlet container?
Which HTTP method is non-idempotent?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Can filter be used as request or response?
How can we invoke another servlet in a different application?
What is the difference between using getSession(true) and getSession(false) methods?
What’s the difference between sendredirect and forward methods
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?