IP reachability?

Hi All,

I want to check the reachability of an IP, i.e. whether the particular IP exists such that it can be contacted.In JDK 5.0, it is possible to use isReachable() method of InetAddress class, but as i m using JDK 1.4, i don't find any such methods. any idea to cmoe around this problem?

Thanks in advance

[328 byte] By [haricsea] at [2007-9-25]
# 1
new Socket(IP, 7), or better still the actual port your are trying to connect to.
ejpa at 2007-7-15 > top of java,Core,Core APIs...