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


Please Help Members By Posting Answers For Below Questions

How can we refresh automatically when new data has entered the database?

626


request parameter how to find whether a parameter exists in the request object?

585


Explain the steps involved in placing a servlet within a package?

576


What is Servlets and explain the advantages of Servlet life cycle?

593


What are the functions of an intercepting filter?

499






What is the difference between forward () and sendredirect () functions in servlet? Explain

553


What is the need of session tracking in web application?

591


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

578


Can we fetch the attributes related to a servlet on a different servlet?

650


How do we call one servlet from another servlet?

596


Define context initialization parameters.

581


What is the GenericServlet class?

614


How do you communicate in between Applets and Servlets?

600


What’s the difference between forward() and sendredirect() methods?

580


What are the different methods involved in the process of session management in servlets?

675