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
What do you mean by servlet?
What is the major difference between servlet and applet?
What exception should be thrown when servlet is not properly initialized?
How native code can be used in a servlet?
What are sessions in servlets?
How do you create a cookie using servlet?
What is Servlet API used for connecting database?
Describe servlet?
Explain the steps involved in placing a servlet within a package?
What do you mean by interservlet communication?
When jsessionid is created?
What do you mean by web applications?
What is the difference between a generic servlet and http servlet?
What is the
how the HTML data stored in web server?