Question: Which HTTP method is idempotent, meaning it can be called multiple times without different outcomes?
Options:
Correct Answer: PUT
Solution:
The PUT method is idempotent, meaning that making the same request multiple times will not change the outcome beyond the initial application.