Solved

Suppose the XMethod() Is Invoked from a Main Method in a Class

Question 13

Multiple Choice

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() ;
}


A) a static method
B) an instance method
C) a static or an instance method

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions