Incorrect
Consider the following line of Java code.
System.out.println("Hello, World!");
"Hello ,World" is which of the following?
Select one:
a. a class b. a method (subroutine) c. an object d. a parameter e. a statement
'"Hello, World!"' is a parameter passed to the meth od "println". The correct answer is: a parameter