首页 > 试题广场 >

知识点:Java 510(多选) Please selec

[不定项选择题]
知识点:Java 5/10(多选)
Please select the options which cannot be compiled correctly.
  • String[] a={"a","b","c"};
  • String b[]=new b[]("a","b","c");
  • String[] c=new String[5];
  • List<String> d = Arrays.asList("a","b","c");
  • List<String> e = new ArrayList("a","b","c");

这道题你会答吗?花几分钟告诉大家答案吧!