在Java中,InetAddress类中哪个方法可以获取主机IP地址
A.isReachable()
B.getHostAddress()
C.getHostName()
D.getByName()
正确答案是B