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 all the protocols supported by httpservlet?
What is servlet lazy loading?
explain the advantages of servlet life cycle?
What are the different types of servlets?
Why do you use session tracking in httpservlet?
Why the concept of single thread model interface is used?
What are the advantages of cookies?
What are the functions of the servlet container?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Explain request dispatcher and its methods.
Write a program to show the functionality of doget and dopost method?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is getservletcontext?
What are the life-cycle methods for a servlet?
How can we refresh automatically when new data is entered into the database?