次のコードのコンパイル結果として正しいものはどれか。 / public class Test { public static void main(String[] args) { System.out.println(“Hello”); } }

実行結果はHelloと出力される