Explain the methods in Generic and HTTP Servlets?
Answers were Sorted based on User's Feedback
Answer / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chaitu
All the methods in Generic servlets are abstract methods.
Even though HTTP Servlet is an abstract there are no
abstract methods
Is This Answer Correct ? | 2 Yes | 0 No |
How can the referrer and the target urls be used in servlet?
What is servlet? Explain
what is EJB and Java servlet
which method in doGet or doPost is use to send binary date to server
List the Different types of servlet?
Which method of the httpservletrequest object is used?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
Define the lifecycle for executing a jsp page.
program for RequestDispatcher in servlets?
Can you send the mail from a servlet ,if yes tell how?
Explain the difference between GET and POST methods?