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
How do I get a substring?
What is time complexity java?
Are private methods final?
Why there are some null interface in java? What does it mean?
Why do we override tostring method in java?
What is a ternary operator in java? What is an interface?
What is a class instance variable?
How does linkedhashmap work in java?
What is the use of optional ?
How to check if linked list contains loop in java?
What causes memory leaks in java?
What is Session reduplication and how its done?
What is a generic type?
What does the @override annotation do?
What is data type in java?