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

Can we use the constructor, instead of init(), to initialize servlet?

586


Can we refresh servlet in client and server side automatically?

595


What are the objects involved when a servlet receives a call from client?

548


What are the drawbacks of cgi?

572


If some new data has entered the database, explain how can a servlet refresh automatically?

739






What's the architecture of a servlet package?

558


Can we use threads in Servlets?

656


Name the packages that work with servlet?

547


Explain the working of service() method of a servlet.

508


How can we upload the file to the server using servlet?

546


How do you configure a centralized error handler in servlets?

537


Tell us something about servletcontext interface.

628


How do we call one servlet from another servlet?

592


What is the difference between Server and Container?

621


Describe in brief RequestDespatcher?

596