In the source code I forgot to add comment before the link. For example, the following code:
public class HelloWorld
{
public static void main(String[] args)
{
http://www.example.com/random-link-here
System.out.println("Hello World!");
}
}
Why it compiles? Somehow unable to figure out what it does... Its like label for Goto + comment, but Java does not have a goto...