-
Which of these data member of HttpResponse class is used to store the response from an http server?
-
- statusResponse
- statusCode
- address
- status
- None of these
Correct Option: B
When we send a request to an http server it responds with a status code this status code is stored in statusCode and a textual equivalent which is stored in reasonPhrase.