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 use of httpservletresponsewrapper?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
Explain the working of service() method of a servlet.
How can I share objects across different sessions?
Differentiate between the get and post method
What is the protocol used by Server & Client?
What do you mean by servlet?
Write a program to show the functionality of doget and dopost method?
What is the type of method for sending request from http server?
Is tomcat a servlet container?
describe all about advanced java with presentation
Which are the different ways you can communicate between servlets?