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 are the problems faced by java programmers who don't use layout managers?
How many types of interfaces are there?
What is byte value?
Can we override a variable in java?
how come we know the object is no more used in the class?
In how many ways we can create threads in java?
Is java free for commercial?
What is unmodifiable collection in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What are the two types of java?
What is an argument java?
Is ++ operator is thread safe in java?
Is zero a natural number?
Explain jvm, jre, and jdk?