Consider the following Java method, which term best describes "void"?
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