Answer Posted / prajval
The Methods in Http Servlet are:
void doGet(),
void doPost(),
void doDelete(),
void doHead(),
void doOptions(),
void doTrace(),
void doPut(),
long getLastModified(),
void service().
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the servlets and cgi programs?
Can we fetch the attributes related to a servlet on a different servlet?
What is servlet in web technology?
Which protocol will be used by browser and servlet to communicate
What is the difference in between the httpservlet and generic servlet?
What is the procedure for initializing a servlet?
What is dispatcher servlet?
What are the functions of the servlet container?
What is the difference between a generic servlet and http servlet?
What is getservletcontext?
What are the different session tracking techniques?
Explain the difference between servletconfig and servletcontext in servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are different ways for authentication of servlet?
Explain the custom jsp tags and the beans.