11. public void addStrings(List list) {  12. list.add(”foo”);  13. list.add(”bar”);  14. }  What must you change in this method to compile without warnings?() 

A .  add this code after line 11: list = (List

时间:2022-09-07 21:28:22 所属题库:SCJP程序员认证考试题库

相似题目