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 |
How we can check in particular page the session will be alive or not
Differentiate between get and post?
How do we call one servlet from another servlet?
How does tomcat servlet container work?
What is servlet mapping?
What are the exceptions thrown by servlets? Why?
Explain load on start-up and its importance?
can u give some realtime example in ploymorphism? and inheritance?
What is URL Encoding?
Write a hello world program using servlets.
What are the functions of an intercepting filter?
What compiler do not do if we create our own constructor?