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 |
What is the difference between the include() and forward() methods?
What are different Authentication options available in Servlets.
Why are servlets used?
What do you mean by web applications? Explain web application directory arrangement?
How do you load an image in a Servlet?
What is servlet in simple terms?
Explain jsessionid?
how to make the IP address to .com
What is the need of session tracking in HttpServlet ?
Define the servlet mapping.
Can filter be used as request or response?
If my browser does not support cookie, and my server sends a cookie instance what will happen?