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
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Is java servlet still used?
How do we share data using 'getservletcontext ()?
What are the different methods of session management in servlets?
What is servlet mapping?
What is the difference between CGI and Servlet?
Which method of the httpservletrequest object is used?
request parameter how to find whether a parameter exists in the request object?
What's the servlet interface?
What's the advantages using servlets than using cgi?
What are the difference between session and cookies in servlet? Explain
What are the features added in Servlet 2.5?
When jsessionid is created?
What is servlet invoker?
How do you invoke a servelt?