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
Which exception is thrown if the servlet is not initialized properly?
How do you deal property files in servlet?
Explain the difference between generic servlet and http servlet?
how many jsp scripting elements are there and what are those?
How can you run a servlet program?
How can you use a servlet to generate a plain text instead of html?
What are the functions of the servlet container?
Explain the differences between jsp and servlet.
What is servlet mapping?
What is the purpose of requestdispatcher interface?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Why don't we write a constructor in a servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Explain the custom jsp tags and the beans.
List out difference between a JavaBean from a Servlet?