单项选择题

A.Example类必须定义在Examplejava文件中。
B.Example类必须声明为public类。
C.Example类必须定义一个正确的main()方法。
D.Example类必须导入javalang包。