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 the difference between Difference between doGet() and doPost()?
What is URL Encoding?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is meant by a web application
What are the important functions of filters?
Explain the difference between servletconfig and servletcontext in servlet?
What do you mean by web applications? Explain web application directory arrangement?
What is meant by a servlet?
Explain the difference between generic servlet and http servlet?
How do you find out what client machine is making a request to your servlet
What are common tasks performed by Servlet Container?
What do you mean by singlethreadmodel interface?
Explain web application directory arrangement?
What is servlet container. how it works?
What is servlet lazy loading?