/* package whatever; // don't place package name! */ import java.util.*;import java.lang.*;import java.net.*; /* Name of the class has to be "Main" only if the class is public. */class Ideone{ public static void main (String[] args) throws java.lang.Exception {new URL("upload1.something.com"); // your code goes here }}
Standard input is empty
Standard output is empty
Exception in thread "main" java.net.MalformedURLException: no protocol: upload1.something.com at java.net.URL.<init>(URL.java:586) at java.net.URL.<init>(URL.java:483) at java.net.URL.<init>(URL.java:432) at Ideone.main(Main.java:12)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!