Consider the following Java method, which term best describes "static"?

1
2
3
public static void main(String[] args) {
    System.out.println("Hello, World!");
}

Select one:

  • a. actual parameter or argument
  • b. method call
  • c. formal parameter
  • d. modifier
  • e. return type

The correct answer is: modifier

Related Posts

0 Comments

12345

    00