Upgrade to Java SE 7 Programmer (1Z0-805)
© examsiri.com
Question : 2 of 7
Marks:
+1,
-0
1. import java.util.*;
2. public class Forever {
3.  public static void main(String[] args) {
4.   List x1 = new ArrayList();
5.   List x2 = new ArrayList<>();
6.  }
7. } What happens when you compile the code?
Go to Question: