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 are the difference between RMI and Servlets?
What is http servlet? Explain with the help of an example.
program for RequestDispatcher in servlets?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What do you mean by annotations in servlet?
Write a hello world program using servlets.
What is with the javax.servlet package naming?
What if we pass negative value in load-on-startup?
What is servlet? Explain
Why do we have servlet listeners?
Does servlet have main method?
What are different ways for authentication of servlet?