Which http method is said to be non-idempotent and idempotent?
Answer / Bhavana Devi
An HTTP GET request is idempotent, meaning that making the same request multiple times will have the same effect as making it once. On the other hand, an HTTP POST request is non-idempotent since the request usually has side effects (e.g., creating a new resource) and making the same request multiple times may lead to different outcomes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is forward() and include() of servlets RequestDispatcher interface?
When to use doget() and when dopost()?
How we can create war file in servlet?
Which are the different ways you can communicate between servlets?
which method in doGet or doPost is use to send binary date to server
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Write a servlet to upload file on server.
how to make the IP address to .com
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
What is servlet mapping?
What is meant by a web application
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?