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
Explain the difference between throw and throws in java?
What is return data type?
Which collection is sorted in java?
What are different types of control structures?
What is collection class in java? List down its methods and interfaces.
Explain the hierarchy of java exception classes?
List implementations of list interface?
Is java a security risk?
What is the vector class in java programming?
How many types of string data types are there?
How do you achieve polymorphism in java?
Convert a BST into a DLL and DLL to BST in place.
What initialize variables?
What do you understand by classes in java?
What is java used for on a computer?