what is the difference b/w PUT and POST method to send data
to the server
Answer Posted / cool_one368
The Basic Difference between PUT and POST is by using PUT
we have only limited data to be sent to the Server also it
can be shown into Browser URL if you use UserName and
Password by using PUT then the Password and UserName can
also be seen in the URL.
Where as if you will use Post then the whole data can be
Sent to the Browser without being shown.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is meant by design patterns?
Why local variables are stored in stack?
What is byte data type?
What do you understand by classes in java?
What is a vararg?
What is a conditional statement explain with example?
Why is it called boolean?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is method in java with example?
Why is stringbuffer faster than string?
What are the advantages and disadvantages of object cloning?
What is a void method?
What are meta-annotations?
What is singletonlist in java?
What is singleton math?