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
When servlet object is created?
How do you communicate in between Applets and Servlets?
Explain url encoding in servlet?
What if you need to span your transaction across multiple servlet invocations?
What is meant by a web application
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Explain the servlet filter.
What are the differences between servlet context vs servlet config?
Differentiate between the web server and application server?
How the JSP file will be executed on the Server side?
Why don't we write a constructor in a servlet?
What is the disadvantage of cookies?
What is cookie? Why is cookie used?
Is it good idea to create servlet constructor?
How can we perform any action at the time of deploying the project?