Örnek
String strAdres = "https://www.ontedi.com/iletisim"; URL urlAdres = new URL(strAdres); String strHost = urlAdres.getHost(); // Host: www.ontedi.com String strProtocol = urlAdres.getProtocol(); // Protocol: https String strPath = urlAdres.getPath(); // Path: /iletisim