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 the main purpose of serialization in java?
what is instanceof operator used in java?
Explain reverse a linked list iterative solution in java?
What are register variables what are the advantages?
What does percent mean in java?
define polymorphism in java
What is primitive array?
What is a void in java?
What is thread life cycle?
Why do I need to declare the type of a variable in java?
How many boolean functions are there?
Explain hashset and its features?
Can you use this() and super() both in a constructor?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?