What is the difference between Get and Post Method?

Answers were Sorted based on User's Feedback



What is the difference between Get and Post Method?..

Answer / habeeb

when get method is use to view data from database or simple
from client
post method is use to form client side sending data that data
will store into database

Is This Answer Correct ?    6 Yes 11 No

What is the difference between Get and Post Method?..

Answer / tanuj

get is for getting the data, and its is open.


post means you want sth from server, and it has data in
body of request so it is secure.

Is This Answer Correct ?    4 Yes 15 No

Post New Answer

More Servlets Interview Questions

What is Request Dispatcher?

1 Answers  


How do you find out what client machine is making a request to your servlet

0 Answers  


Can we refresh servlet in client and server side automatically?

0 Answers  


Explain is servlet mapping?

0 Answers  


What are the differences between forward() method and sendredirect() methods?

0 Answers  






What is the difference between Servlets and Applets?

0 Answers  


What is the type of method for sending request from http server?

0 Answers  


Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........

3 Answers  


What are life cycle methods of a servlet?

0 Answers  


What are the classes and interfaces for servlets?

4 Answers  


What are the exceptions thrown by servlets? Why?

0 Answers  


Can we define constructor in Servlet class?

10 Answers   Accenture, Yugma,


Categories