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
How do you reverse a string in java?
What do you know about the garbage collector?
How does arraylist size increase in java?
What is the difference between abstraction and encapsulation?
How do you do absolute value in java?
what invokes a threads run() method? : Java thread
Explain what pure virtual function is?
What is an object class?
What are memory tables?
Describe what happens when an object is created in java ?
How objects of a class are created if no constructor is defined in the class?
Define an applet in java?
What are different types of classloaders?
Implement a stack with push (), pop() and min() in O(1) time.
How many types of memory areas are allocated by JVM in java?