What is idempotent in servlet
pls any body explains what is idempotent and non idempotent method in servets, and y ther r called as so?
pls any body explains what is idempotent and non idempotent method in servets, and y ther r called as so?
Check your school books. It's explained in there. If you stucks, ask your classmates or teacher.
hi
The GET method should also be idempotent, meaning that it can be safely repeated. Sometimes making a method safe also makes it idempotent. For example, repeating queries is both safe and idempotent, but buying a product online or modifying data is neither safe nor idempotent.
If the request is incorrectly formatted, doGet returns an HTTP "Bad Request" message.