多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

public static void search(List list) {  list.clear();  list.add(”b”);  list.add(”a”);  list.add(”c”);  System.out.println(Collections.binarySearch(list, “a”));  }  What is the result of calling search with a valid List implementation?()

  • A、0
  • B、1
  • C、a
  • D、b
  • E、c
  • F、The result is undefined.
正确答案:F
答案解析:
进入题库查看解析

微信扫一扫手机做题