该程序如何编译并成功运行?

Nak*_*mar 1 java

以下程序编译成功并运行没有任何错误.根据我的理解,第4行应该抛出错误.有人可以解释一下吗?

class Test{
    public static void main(String args[]) {
        // my favorite website is
        http://www.stackoverflow.com/questions/ask
        System.out.println("hello world");
    }
}
Run Code Online (Sandbox Code Playgroud)

Zby*_*000 5

不,这不是错误,"http:"在这里作为标签的名称,"//"启动被忽略的注释.