All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rooklyn-core.0.6.0-M1.source-code.AledMain Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
import java.net.InetAddress;
import java.net.UnknownHostException;


public class AledMain {

    public static void main(String[] args) throws UnknownHostException {
        InetAddress addr = InetAddress.getByName("1.2.3.5");
        String hostname = addr.getHostName();
        System.out.println("addr="+addr+"; hostname="+hostname);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy