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 Java Reflection API? Why it’s so important to have?
What is a text string?
What is thread life cycle in java?
Can we store variables in local blocks?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Explain inheritance in java?
Can we write method inside a method in java?
Why is java multithreaded?
What is stack example?
Why do we need strings in java?
what is the purpose of the runtime class?
How do you decide when to use arraylist and linkedlist?
What is meant by bytecode?
When we should use serialization?
What is the purpose of static methods and static variables?