InetAddress
java GetInetAddress localhost
java GetInetAddress www.fh-wedel.de
java GetInetAddress si.fh-wedel.de
java GetInetAddress muehle
java GetInetAddress 127.0.0.1
java GetAllInetAddresses localhost
java GetAllInetAddresses www.fh-wedel.de
java GetAllInetAddresses si.fh-wedel.de
java GetAllInetAddresses muehle
java GetAllInetAddresses 127.0.0.1
java GetLocalHost
java GetHostName localhost
java GetHostName www.fh-wedel.de
java GetHostName si.fh-wedel.de
java GetHostName muehle
java GetHostName 127.0.0.1
URL
java URLConstruction
java URLContent file://localhost/etc/passwd
java URLContent http://www.fh-wedel.de/
java URLContent http://localhost/
java URLQueryEncoder "a b c"
java URLQueryEncoder "a+b+c"
java URLQueryEncoder "a/b/c"
java URLQueryEncoder "a=b=c"
URLConnection