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
what do you understand by url rewriting?
Explain the custom jsp tags and the beans.
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the difference between sendredirect() and forward() in a servlet?
What mechanisms are used by a Servlet Container to maintain session information?
What do you mean by filter in servlet?
Explain load on start-up and its importance?
What do you mean by servlet?
How servlets are deployed in java?
How are filters?
What is string tokenizer?
What are the different methods involved in generic servlet?
Can you create a deadlock condition on a servlet?
What are the uses of servlets?
Is it possible to have a constructor inside the servlet?