0 / 60 seg.

What is the result of compiling and running the following code segment?

class Test {
    public static void main(String[] args) {
        System.out.println("Hello, Java!");
    }
}