what is the difference b/w PUT and POST method to send data
to the server
Answer Posted / ambrish
The Basic differences between PUT and POST method is:
Using PUT method to transfer new resources from client to server and store it.
Using POST method to transfer new resources or updating existing resources and store or replace it.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Difference difference paint() and paintcomponent()?
What is are packages?
What is thread life cycle?
Why java is not 100% object-oriented?
What is the difference between object oriented programming language and object based programming language?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Are generics important java?
What is the full meaning of java?
What happens if we don’t override run method ?
What restrictions are placed on method overriding in java programming?
What are recursive functions?
What is the purpose of interface?
What is the difference between JVM and JRE?
What is jit compiler in java?
What are features of java?