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 |
Whats the advantages using servlets over using CGI?
Can we override destroy method in servlet?
Can you refresh servlet in client and server-side automatically?
What are the phases of servlet life cycle?
request parameter how to find whether a parameter exists in the request object?
Is there any need to shutdown the web server, if you want to modify a servlet?
Should I override the service() method?
Explain servlet.
What is servlet in tomcat?
Explain get and post.
What are cookies and how will you use them?
Which are the different ways you can communicate between servlets?