What is the difference between Get and Post Method?

Answer Posted / amitasite

I would like to add more to Jitendra's answer

3) Get is idempotent while post is not
4) you can send binary data using post

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of inter-servlet communication?

591


What do you mean by session tracking and also explain its techniques?

501


What is session tracking?

698


Can we override destroy method in servlet?

504


What are the types of Session Tracking ?

648






What are the uses of servlet and what is servlet chaining?

559


How do you create a cookie using servlet?

579


What is a servlet-to-servlet communcation?

648


What are the different methods of session management in servlets?

540


What are the ways to handle multi-threading in servlets?

595


How can we create deadlock situation in servlet?

852


What are the steps that are involved in using the httpservlet class?

574


What’s the use of the servlet wrapper classes??

642


Difference between doget and dopost?

682


Are Servlets Thread Safe? How to achieve thread safety in servlets?

560