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
Define declaration.
Given the request path below, which are context path, servlet path and path info?
Differentiate between the get and post method
How can we include static files in the jsp page?
Why servlet is used as controller ? Not JSP? I want complete explation?
How can you start a jta transaction from a servlet deployed on jboss?
What is httpservlet and how it is different from genericservlet?
Why jsp is better than servlet?
How the JSP file will be executed on the Server side?
What are the different session tracking techniques?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is difference between cookies and httpsession?
Explain Action Servlet?
What is the web server used for running the Servlets?
How a servlet is unloaded?