can we override service method in my servlet class..?? if
yes or no why ??
Answer Posted / manidhar
NO. Very unlikely.
You should NOT override the service()method. Your job is to
override the doGet()/doPost() methods and let the service()
implementaion form HTTPServlet worry about calling the
right one.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How can the session in servlet can be destroyed?
What is servletconfig?
Explain the servlet filter.
What are different Authentication options available in Servlets.
List the Different types of servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Explain servlet events?
Which event is fired at the time of setting, getting or removing attribute from application scope?
How servlets are deployed in java?
Explain the features are in servlet 3?
How we can get ip address of client in servlet?
What is http servlet? Explain with the help of an example.
Explain the difference between servlet and cgi?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is servlet mapping?