can we override service method in my servlet class..?? if
yes or no why ??
Answer Posted / sekhar babu
yes, we can override service() in our servlet, but not
preferable. if we want use these service from any protocol
like ftp,telnet, then we have to override.
| Is This Answer Correct ? | 36 Yes | 6 No |
Post New Answer View All Answers
How does tomcat servlet container work?
What's the difference between servlets and applets?
What is the purpose of dispatcherservlet properties?
Which interface must be implemented by all servlets?
Is it possible to have a constructor inside the servlet?
What is Request Dispatcher?
Is servlet thread safe?
How can we perform any action at the time of deploying the project?
What are different ways for authentication of servlet?
What do you mean by singlethreadmodel interface?
What do you understand by mime type?
Explain the steps involved in placing a servlet within a package?
How can we create deadlock situation in servlet?
What is a servlet context?
Why is init() method is used in servlets?