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
Explain the difference between association, aggregation and inheritance relationships.
What is vector capacity in java?
How do you make a thread in java?
What is the byte range?
What is a variable declaration?
What are the methods of object class ?
What are static methods?
Write code to implement bubble sort in java?
Why we do exception handling in java and how many types of exceptions are there?
How many threads does a core java have?
Is there a way to increase the size of an array after its declaration?
Is object a data type?
What type of language is java?
How do you classify Dialog Box?
What does .equals do in java?