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


Please Help Members By Posting Answers For Below Questions

What is the use of attribute in servlets?

542


What is the servlet?

623


What is webservlet?

537


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

584


Why is servlet used?

686






Describe the phases of servlet lifecycle?

633


How we can get ip address of client in servlet?

541


Elucidate servlet attributes and its scope?

569


What is Servlet API used for connecting database?

620


How do you configure a centralized error handler in servlets?

533


Explain in brief the directory structure of a web application?

571


Differentiate between the web server and application server?

565


What if you need to span your transaction across multiple servlet invocations?

582


How can you start a jta transaction from a servlet deployed on jboss?

675


How do you run a servlet?

544