Operators

© examsiri.com
Question : 23 of 23
 
Marks: +1, -0
Given:
1. class Bigger {
2.   public static void main(String[] args) {
3.    /*insert code here*/
4.   }
5. }
6. class Better {
7.   enum Faster {Higher, Longer};
8. }

Which, inserted independently at line 3, will compile? (Choose all that apply.)
Go to Question: