Suppose the xMethod() is invoked in the following constructor in a class, xMethod() is _________ in the class.
public MyClass() {
xMethod();
}
A. a static method
B. an instance method
C. a static method or an instance method
what is the answer a or b or c