Flow Control

© examsiri.com
Question : 1 of 14
 
Marks: +1, -0
Given:
1. public class Bar {
2.   static void foo( int... x ) {
3.    /*insert code here*/
4.   }
5. }

Which two code fragments, inserted independently at line 3, will allow the class to compile?
Go to Question: