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
How finally used under exception handling?
Can we declare register variable as global?
What is method overriding in java ?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is abstract class? Explain
How many characters is 16 bytes?
How do I compare two strings in word in java?
Why do we use return statement?
Write code of any action class?
What is the difference between yield() and sleep()?
How does arraylist size increase in java?
Explain the transient field modifier?
What is outofmemoryerror in java?
When is the finally clause of a try-catch-finally statement executed?
What is keyword in oop?