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
Which application server is best for java?
What is http servlet in java?
Define servlet mapping?
What is called Session Tracking?
What is the use of welcome-file-list?
Which protocol will be used by browser and servlet to communicate
What is servlet in simple terms?
What is war file?
Is servlet a framework?
Which interface must be implemented by all servlets?
Define the lifecycle for executing a jsp page.
What is the difference between Server and Container?
What is servlet in web technology?
What are the differences between forward() method and sendredirect() methods?
What are the advantages of cookies?