Given: <br /> ArrayList a = new ArrayList(); <br /> containing the values {“1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”} Which code will return 2?() 
A、 Collections. sort(a, a.reverse()); int result = Collections.binarySearch(a, “6”);
B、 Comparator c = Collections.reverseOrder(); Collections.sort(a, c); int result = Collections.binarySearch(a, “6”);
C、 Comparator c = Collections.reverseOrder(); Collections.sort(a, c); int result = Collections.binarySearch(a, “6”,c);
D、 Comparator c = Collections.reverseOrder(a); Collections.sort(a, c); int result = Collections.binarySearch(a, “6”,c);
E、 Comparator c = new InverseComparator(new Comparator()); Collections.sort(a); int result = Collections.binarySearch(a, “6”,c);
<br /> B.
<br /> C.
<br /> D.
<br /> B.
<br /> C.
<br /> D.
<br /> (2)本年度的其他补充资料如下: <br /> ①从银行提取现金33 000元,支付工资30 000元、各种奖金3 000元,其中经营人员工资18 000元、奖金2 000元;在建工程人员工资12 000元、奖金1 000元。用银行存款支付工程物资货款81 900元。 <br /> ②商品销售收入180 000元、销项增值税30 600元。 <br /> ③商品销售成本100 000元、进项增值税15 660元。<br /> ④本年确认坏账损失1 000元; <br /> ⑤所得税费用6 600元。<br /> 根据上述资料,计算Z公司2009年度现金流量表中下列项目的金额(列示计算过程)