InterviewSolution
Saved Bookmarks
| 1. |
Which of these transfer protocol must be used so that URL can be accessed by URLConnection class object?(a) http(b) https(c) Any Protocol can be used(d) None of the mentioned |
|
Answer» Correct option is (a) http The explanation is: For a URL to be accessed from remote location http protocol must be used. |
|