What is the difference between doGet and doPost?
Answer Posted / benjamin
thank all for your answers:
doGet simply request a ressource from server(e.g pages) by
opposite of doPost which can request a ressource and post
form data to a server
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Is java servlet still used?
Which interface should be implemented by all servlets?
What is servlet and its types?
How are filters?
What is the use of httpservletresponsewrapper?
Difference between get and post in java servlets?
How can we create deadlock situation in servlet?
What do you mean by session tracking?
Explain the features are in servlet 3?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is ServletConfig object?
List some life cycle methods of a servlet.
What are the phases of the servlet life cycle?
What is the use of servlet context?
Can we use the constructor, instead of init(), to initialize servlet?