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 life cycle methods of a servlet?
How do I use cookies to store session state on the client?
Write a servlet to upload file on server.
How do you communicate in between Applets and Servlets?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Explain the differences between jsp and servlet.
What are the annotations used in servlet 3?
why we should override only no-agrs init() method.
What is java servlet session?
How do you design microservices?
What are the mechanisms used by a servlet container for maintaining session information?
What is a cookie What is the difference between session and cookie
Why is init() method is used in servlets?
What do you mean by scope object and what are its types?
Explain the servlet filter.