Consider the following Java program:
1 2 3 4 5 6 |
|
What starts on line 4? Select one:
- a. a comment
- b. a method (subroutine) definition
- c. a class definition
- d. a statement
- e. a variable declaration
The correct answers are: a statement, a class definition