单项选择题

以下哪个方法能直接使用类名进行调用?()

A.public static void method()
B.public void method()
C.public final void method()
D.public void method(String str)