What is the difference between Get and Post Method?
Answer Posted / raghunath bj
Get and Post will do the same kind of operation which takes
requests from the browser but the key difference between
them is Get can not contain large number of data but post
can have large number of data to post the request.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How do I use cookies to store session state on the client?
When should you prefer to use doget() over dopost()?
What are the steps that are required to handle the multi-threading?
What is called servlet container?
How do you communicate in between Applets and Servlets?
What is servlet container?
What’s the difference between sendredirect and forward methods
If some new data has entered the database, explain how can a servlet refresh automatically?
When a servlet accepts a call from a client, it receives two objects. What are they?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
what is multiple server?
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain the features are in servlet 3?
What is servlet api used for conneting database?
What is difference between server and servlet?