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 an i/o filter?
What are the advantages of java over cpp?
How do you get the length of a string in java?
define the terminology association.
How do you convert bytes to character in java?
Why is it called boolean?
Is there any tag in htm to upload and download files?
What is the maximum size of a string in java?
What is the difference between JDK and JVM?
Can static method access instance variables ?
State the difference between strings and arrays.
Which is better stringbuilder or stringbuffer?
Does java allow default arguments?
What is the default access specifier for variables and methods of a class?
What is a module function?