what is the difference b/w PUT and POST method to send data
to the server
Answer Posted / nidhi aggarwal
Post submits data to be processed from a page to the
server. The data is included in the body of request. It is
not visible in the browser address bar.
Whereas PUT uploads(binary/text) a representation of the
specified resource. It provides a useful alternative to FTP.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is += mean in java?
What are the concepts of 'OOPS'?
How long will it take to learn java?
Can we inherit a class with private constructor?
What is lifetime variable?
What happens when I use / and % with a negative numerator?
Why arraylist is used in java?
What is sorting algorithm in java?
How do you break a loop?
Can constructor be inherited?
What does nextint () do in java?
What is native code?
What happens to the Exception object after handling an exception?
Explain an intermediate language?
Can you declare the main method as final?