GET vs POST

To Create the resource - POST

To Get the resource - GET


In ReST:

Create - POST
Read - GET
Update - PUT
Delete - DELETE

Comments

Popular posts from this blog

EJB - Stateful vs Stateless

Mirror binay tree - Java