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

What does n mean in java?

504


Define jre i.e. Java runtime environment?

576


What are the two categories of data types in the java programming language?

508


What are the important features of Java 8 release?

580


How do you check if a character in a string is a digit or letter?

511






Can we use string in the switch case?

578


How do generics work?

521


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

527


Explain listiterator and methods in listiterator?

549


What are the different http methods?

535


What is java and its types?

553


Why bytecode is called bytecode?

591


What is exception hierarchy in java?

590


Why lambda expression is used in java?

575


What are methods?

555