Consider The Following Java Method, Which Term Best Describes "Public"?

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

Select one:

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

Related Posts

0 Comments

12345

    00