Suppose the xMethod() is invoked from a main method in a class as follows, xMethod() is _________ in the class.
public static void main(String[] args) {
xMethod();
}
发布于 2021-02-15 03:24:28
【单选题】 A a static method B an instance method C a static method or an instance method D an Object method