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


Please Help Members By Posting Answers For Below Questions

Explain the difference between throw and throws in java?

636


What is return data type?

655


Which collection is sorted in java?

652


What are different types of control structures?

575


What is collection class in java? List down its methods and interfaces.

620






Explain the hierarchy of java exception classes?

698


List implementations of list interface?

665


Is java a security risk?

665


What is the vector class in java programming?

653


How many types of string data types are there?

636


How do you achieve polymorphism in java?

617


Convert a BST into a DLL and DLL to BST in place.

764


What initialize variables?

580


What do you understand by classes in java?

663


What is java used for on a computer?

611