What is the difference between Get and Post Method?
Answers were Sorted based on User's Feedback
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 |
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 |
when will cookie information destroy?
Can we refresh servlet in client and server side automatically?
Can we call destroy() method inside the init() method? What happens when we do so?
What's the servlet interface?
why we should override only no-agrs init() method.
What is servlet collaboration?
What's the use of servletcontext?
Is servlet synchronized?
Name the webserver that is used to run Servlets?
How to pass JavaBeans data to JSP using Servlets?
how to pass parameter from servlet to html form
Is servlet a controller?