HTTP Methods: GET,POST,UPDATE,PATCH,DELETE

 


























Post is only not idempotent method (if we send same request 2 time mistakenly it will affect data in the DB ) 



Comments

Popular posts from this blog

Hibernate (Java) -- by jps sasadara

JavaBeans vs Spring beans vs POJOs

Design Patterns