Which of the following statements regarding GET and POST methods are true?
GET is the method commonly used to request a resource from the server
POST is the method commonly used to request a resource from the server.
GET is the method commonly used for passing user input to the server
POST is the method commonly used for passing user input to the server