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 string tokenizer?
What are the types of an http request?
What is the purpose of dispatcherservlet properties?
Difference between forward() method and sendredirect() method ?
What are the supporting protocol by HttpServlet ?
Explain the differences between jsp and servlet.
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is the life cycle of a servlet?
What is servlet used for?
What are the uses of servlets?
What is the difference between the http servlet and generic servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Which protocol will be used by browser and servlet to communicate
What do you mean by session tracking?
How to find whether a parameter exists in the request object?