What is the difference between Get and Post Method?
Answer Posted / jitendra
The key difference between Get and post is:
1) By using post method we can send large date as compare to
Get.
2) Post is more secure then Get because in case of Get
method, the data is visible in the URL of the browser and
can be directly accessed.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is a deployment descriptor?
What is the need of servlet filters?
What are the functions of the servlet container?
What is ServletConfig object?
What is the life cycle of a servlet?
What is difference between PrintWriter and ServletOutputStream?
What methods do you use in servlet - applet communication?
What is the use of httpservletrequestwrapper?
Explain the architechure of a servlet?
What is the need of session tracking in web application?
What are common tasks performed by Servlet Container?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is the purpose of dispatcherservlet properties?
Why do we use sendredirect() method?
what do you understand by url rewriting?