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 are some disadvantages of storing session state in cookies?
Which java application server is the best?
Describe in brief RequestDespatcher?
What is Servlet API used for connecting database?
Can we refresh servlet in client and server side automatically?
How do you design microservices?
What is cgi?
How forward () method is different from send redirect () method?
What are the different methods involved in the process of session management in servlets?
Should I override the service() method?
What are different methods of session management in servlets?
When servlet object is created?
What are the jobs performed by servlets?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the use of servletconfig interface?