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
Differentiate between the print writer and servlet output stream?
What is dispatcher servlet?
How do you run a servlet?
What is the use of welcome-file-list?
What is a generic servlet?
Write the code to get the server information in servlet.
What is ServletConfig object?
What is the use of servlet context?
What is cgi and what are its drawbacks?
What is meant by cookies?
Define context initialization parameters.
How to get the IP address of client in servlet?
What is servlet in web technology?
Why do we have servlet wrapper classes?
Can we use the constructor, instead of init(), to initialize servlet?