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 method or an instance method
a
Computer Science & Information Technology
You might also like to view...
A pie chart can be used to show comparisons between categories
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following is NOT included as part of a theme?
A) Clip art B) Special effects C) Colors D) Fonts
Computer Science & Information Technology