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
Which eclipse is best for java?
What is role of void keyword in declaring functions?
what is singleton in java?
In java, how many ways you can take input from the console?
Does string isempty check for null?
How do you write a conditional statement?
What is meant by collection in java?
How do weakhashmap works?
What is a concrete classes? Is Java object class is concrete class?
What are data types in programming?
How many inner classes can a class have?
what is the difference between future and callable interface in java?
Can we override compareto method?
Who developed java?
What is the base class of all exception classes in java?