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 do you mean by web applications?
What do you mean by filter in servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What are the difference between RMI and Servlets?
Explain servlet.
Differentiate between the get and post method
What do you mean by annotations in servlet?
What is servlet in simple terms?
What is cookies in servlet with example?
What is servlet attributes and their scope?
Explain in brief the directory structure of a web application?
What is the difference between Servlets and Applets?
What does the term localization refer to?
What do you mean by singlethreadmodel interface?
What are the phases of servlet life cycle?