Home » JAVA Programming » Networking » Question
  1. Which class represents an Internet Protocol address?
    1. TCP Address
    2. IP Address
    3. Address
    4. InetAddress
    5. None of these
Correct Option: D

InetAddress represents an Internet Protocol address. It provides static methods like getByAddress(), getByName() and other instance methods like getHostName(), getHostAddress(), getLocalHost().



Your comments will be displayed only after manual approval.