下列选项中,哪一个是打印语句的正确表达式:()
A.System.out.println();
B.System.out.Println();
C.System.Out.print();
D.System.Out.println();
出自:河南财经政法大学JAVA面向对象设计