What is the difference between doGet and doPost?
Answer Posted / ravi kumar
In doget() method there is a security problems are arrival
because when the user or client submit the form the
associated user name or password has been display on the
addressbar.
but in case of doPost() method when the user submit the
form the associated user name or password are not display
on the addressbar.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between a web server and a web container?
What are all the protocols supported by httpservlet?
What are the exceptions thrown by servlets? Why?
How do you invoke a servelt?
What are the objects involved when a servlet receives a call from client?
How a servlet is unloaded?
What are sessions in servlets?
What is servlet container?
How is an application exception handling is done using a servlet?
Why do we use sendredirect() method?
What is http servlet in java?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the differences between servlet context vs servlet config?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What are advantages of servlets over cgi?