What is the difference between Get and Post Method?
Answer Posted / amitasite
I would like to add more to Jitendra's answer
3) Get is idempotent while post is not
4) you can send binary data using post
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why don't we write a constructor in a servlet?
What are the disadvantages of storing session state in cookies?
What is servlet in web technology?
How will you pass values from HTML page to the servlet?
What methodology can be followed to store more number of objects in a remote server?
What is api in servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is servlet and its use?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Differentiate between the web server and application server?
What are the functions of Servlet container?
Explain web application directory arrangement?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the directory structure of web application?
What is called Session Tracking?