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
Where is stringbuffer stored?
What 5 doubled?
What is api data?
What are passing parameters?
What do you understand by the term polymorphism?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is bitwise complement?
What are the difference between string, string builder, and string buffer in java?
What is flush buffer?
Is singleton a bad practice?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is the use of flag?
What is java used for?
What occurs when an object is constructed?
What is the use of join method?