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