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
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Explain implementation and how is it different from conversion?
What are the fileinputstream and fileoutputstream?
Which package has light weight components in java programming?
If a method is declared as protected, where may the method be accessed?
Can we increase size of array?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is array command?
Is an array a vector?
Can we serialize static variables in java?
What is final?
What are abstract methods in java?
Which variables are stored in stack?
Difference between static and dynamic class loading.
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?