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

When should you prefer to use doget() over dopost()?

0 Answers  


What is the difference between RequestDispatcher and sendRedirect?-

5 Answers   CTS,


Explain the features are in servlet 3?

0 Answers  


How does Cookies work in Servlets?

0 Answers  


Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  






What are the benefits of using servlet over cgi?

0 Answers  


where the session data will stored?

4 Answers  


Explain session tracking and its importance?

0 Answers  


What is setattribute in servlet?

0 Answers  


can i modify the data which are generated by the servlet

4 Answers  


Why is httpservlet declared abstract?

0 Answers  


what is multiple server?

0 Answers  


Categories