InterviewSolution
Saved Bookmarks
| 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 |
|