What is the difference between Get and Post Method?
Answer Posted / vivek gupta
I would like to add more to Jitendra and Amitasite's answer
5)By using GET,hidden variables are also shown as a part of URL,But By POST,hidden variables are hidden.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the common methods that are included in the http servlet class?
What are common tasks performed by Servlet Container?
What are the types of protocols supported by httpservlet ?
Can we use the constructor, instead of init(), to initialize servlet?
How to get the server information in a servlet?
Why doesn’t a servlet include main()? How does it work?
Which interface must be implemented by all servlets?
Can you call a jsp from the servlet?
What are all the ways for session tracking?
Given the request path below, which are context path, servlet path and path info?
Is java servlet still used?
What is a web application and what is it’s directory structure?
What's the difference between authentication and authorization?
What are the ways to handle multi-threading in servlets?
What are the different ways we can maintain state between requests?