InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of the remote server?(a) HTTP Response(b) HTTP Request(c) Get Request(d) Post request |
|
Answer» The correct option is (a) HTTP Response To explain I would say: The remote server finds the resource and returns it in an HTTP Response, the status of which is 200 to indicate a good response. 400 status code is used to indicate a bad request. |
|