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
what do you understand by url rewriting?
How do you get the ip address of the client in servlet?
What do you mean by session tracking and also explain its techniques?
What is the servletconfig object?
What do you mean by mime type?
why we should override only no-agrs init() method.
Which java framework is most popular?
What is session tracking?
Where do you define dispatcherservlet?
What’s the use of the servlet wrapper classes??
What are the different ways we can maintain state between requests?
What is the structure of the http response
Name the packages that work with servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
How to notify an object in session when session is invalidated or timed-out?