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 java is considered dynamic?
What is the use of a copy constructor?
Explain implementation and how is it different from conversion?
Can you explain the final method modifier?
Explain about map interface in java?
What is a classloader in java?
What is string buffer?
What is the difference between synchronized and synchronized block?
What is the difference between Grid and Gridbaglayout?
Does apple use java?
Why volatile is used in java?
How long will it take to learn java?
What are the major advantages of internal iteration over external iteration?
How can we break singleton in java?
Differentiate between run time error and syntax error.