what is the difference b/w PUT and POST method to send data
to the server

Answer Posted / rahul

PUT replaces the resource at the known url if it already exists, so sending the same request twice has no effect. In other words, calls to PUT are idempotent. The RFC reads like this: The fundamental difference between the POST and PUT requests is reflected in the different meaning of the Request-URI.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by attribute?

603


What is final method?

590


What is application tier?

536


What is Mutex (Mutual Exclusion Object) ?

633


What is consumer in java?

530






Explain when noclassdeffounderror will be raised ?

624


What are void methods?

576


Can a class have a static inner class?

615


How do weakhashmap works?

595


What are the rules for naming an array?

529


What is overriding in java?

531


Explain inner classes ?

655


What are the advantages of unicode?

553


What is lazy programming?

573


What is the largest long allowed by java?

543