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
How to rectify errors in java servlet while compilation?
What are some advantages of storing session state in cookies?
What are the benefits of using servlet over cgi?
Which application server is best for java?
What if we pass negative value in load-on-startup?
Explain the features are in servlet 3?
Can you refresh servlet in client and server-side automatically?
What is the importance of init() method in Servlet ?
Is it possible to have a constructor inside the servlet?
How can the session in servlet can be destroyed?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What must be implemented by all servlets?
What are the different types of servlets?
What is http servlet? Explain with the help of an example.
What are sessions in servlets?