what is the difference b/w PUT and POST method to send data
to the server
Answer Posted / dara
suppose we are using post method.At the time,all (lot of
size)data will goes to server.
we are using get method in the form.At the time,only 2kb
data will be transfered and all the data will appended as a
query string.
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
Why are arrays useful in java?
What is var keyword ?
Explain the difference between map and flatmap stream operation?
Can you explain the meaning of aggregation and composition
Explain scope or life time of local variables in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is the difference between the final method and abstract method?
What are the Class Libraries ?
What is the escape character in java?
What is nested interface?
What is a java applet? What is an interface?
Write a java program to count the number of words present in a string?
What are the advantages of encapsulation in java?
What is http client in java?
What do you mean by composition in java?