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
How can we refresh automatically when new data is entered into the database?
What is the default http method in the servlet?
Why is a constructor needed in a servlet even if we use the init method?
What is called Scriptlet?
What is a java servlet?
What do you mean by cgi and what are its drawbacks?
What exactly is a servlet?
What is the GenericServlet class?
Explain the difference between a web server and a web container?
What are the new features added to servlet 2.5?
How can we refresh automatically when new data has entered the database?
What is war file?
Difference between httpservlet and generic servlets?
What is a web application and what is it’s directory structure?
What is a servlet context object?