try { if ((new Object))(.equals((new Object()))) { System.out.println(“equal”); }else{ System.out.println(“not equal”); } }catch (Exception e) { System.out.println(“exception”); } What is the result? ()
- A、 equal
- B、 not equal
- C、 exception
- D、 Compilation fails.
正确答案:D
答案解析:有
微信扫一扫手机做题