Development
© examsiri.com
Question : 10 of 17
Marks:
+1,
-0
Given:
Which, inserted independently at line 1, compiles? (Choose all that apply.)
1. /* insert code here*/
2. class StatTest {
3.   public static void main(String[] args) {
4.    System.out.println(Integer.MAX_VALUE);
5.   }
6. }Which, inserted independently at line 1, compiles? (Choose all that apply.)
Go to Question: