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
What do you mean by cgi in servlet?
Why the concept of single thread model interface is used?
What are the phases of servlet life cycle?
Which protocol will be used by browser and servlet to communicate
What are the key methods that are involved in processing of http servlets?
What is the difference between servlet and jsp?
When servlet object is created?
What is called a session?
Explain servlet.
What do you understand by mime type?
Who is responsible to create the object of servlet?
What is difference between jsp and servlet?
What is http servlet? Explain with the help of an example.
What is a servlet context object?
What is the process for chaining servlet?