1. public class Test { 2. public
- A、 Object x = t.findLarger(123, “456”);
- B、 int x = t.findLarger(123, new Double(456));
- C、 int x = t.findLarger(123, new Integer(456));
- D、 int x = (int) t.findLarger(new Double(123), new Double(456));
正确答案:A,C
答案解析:有

微信扫一扫手机做题