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