Consider the following Java method, which term best describes "static"?
1 2 3 |
|
Select one:
- a. actual parameter or argument
- b. method call
- c. formal parameter
- d. modifier
- e. return type
The correct answer is: modifier
1 2 3 |
|
Select one:
The correct answer is: modifier