🎴 Flashcard Mode

Advanced Java

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Which of the following methods of InetAddress class returns a string that represents the host address associated with the InetAddress object?

AnswerClick to flip back
A
getHostAddress()
💡 Explanation:

This method of InetAddress class returns a string that represents the host address associated with the InetAddress object.

Change Mode