MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Java knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of these data member of HttpResponse class is used to store the response from an http server? |
| A. | status |
| B. | address |
| C. | statusResponse |
| D. | statusCode |
| Answer» E. | |
| 2. |
Which of these is a wrapper around everything associated with a reply from an http server? |
| A. | HTTP |
| B. | HttpResponse |
| C. | HttpRequest |
| D. | httpserver |
| Answer» C. HttpRequest | |