You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Code2.java 145B

12345678910
  1. package a.b.c;
  2. import java.util.List;
  3. import java.util.ArrayList;
  4. public class Code2 {
  5. public void m() {
  6. List l = new ArrayList();
  7. }
  8. }