In case you have forgot, about labeled statements in Java, here is the code reminder, try to figure it out about how the code compiles with url in code:

public class LabeledStatementExample
{
   public static void main(String[] args) {
       System.out.println("Hello World!");
       http:// aminurrashid.com/labeled-code-block-in-java.html
       System.out.println("Hello");
   }
}