InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is used to know the full URL of an URL object?(a) fullHost()(b) getHost()(c) ExternalForm()(d) toExternalForm()I have been asked this question during an online exam.I would like to ask this question from URL Class topic in chapter Serialization & Networking of Java |
|
Answer» Right choice is (d) toExternalForm() |
|