/** * Output: http://host/path */public class MainClass { public static void main(String args[]) throws Exception { System.out.printf("%s://%s/%s\n", "http", "host", "path"); }}