import java.net.InetAddress;
public class Main {
public static void main(String[] args) throws Exception {
InetAddress address = InetAddress.getByName("194.145.63.12");
boolean reachable = address.isReachable(5000);
System.out.println("Is host reachable? " + reachable);
}
}
So if I copy a class on this class file java on my chrome, they should have it also on the server I am on. I'm on verizon server. I'm using a router. my IP Address. It should show up on my computer then as an Pinged address. Just like the boxes that appear on my lower right screen of the chrome I'm on. That's the information box area they showed information on. Thanks...!