Java - Idempotence

Idempotence:

  • Produce same result on the server side that is called idempotence.
Eg: When we call PUT & DELETE operation on multiple time the result will be same in the server

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab