1.

Which of these is a wrapper around everything associated with a reply from an http server?(a) HTTP(b) HttpResponse(c) HttpRequest(d) httpserverI got this question in an online interview.My question comes from HttpResponse & URLConnection Class in division Serialization & Networking of Java

Answer»

The CORRECT option is (b) HttpResponse

Explanation: HttpResponse is wrapper AROUND everything associated with a REPLY from an HTTP server.



Discussion

No Comment Found

Related InterviewSolutions