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 can the session in servlet can be destroyed?
What are the servlet events?
Why servlet is faster than jsp?
How can you push data from an Applet to a Servlet?
What is meant by session? Tell me something about httpsession class?
Why are http servlets used in programming?
Explain the difference between servletconfig and servletcontext in servlet?
What do you mean by cgi and what are its drawbacks?
How does tomcat servlet container work?
How will you pass values from HTML page to the servlet?
What do you mean by deployment descriptor?
How can we implement a jsp page?
What are the different session tracking techniques?
What are some disadvantages of storing session state in cookies?
What is the use of welcome-file-list?