What will the following Java code output?
// This is a comment System.out.println("Hello, world!");
It will print "Hello, world!"
It will print "This is a comment"
No output, due to a syntax error
It will print both comments and text