Given:  Integer i = new Integer (42);  Long l = new Long (42);  Double d = new Double (42.0);   Which two expression evaluate to true?()

A .  (i = = l) B .  (i = = d) C .  (d = = l) D .  (i.equals(d)) E .  (i.equals(i)) F .  (i.equals(42))

时间:2022-10-04 02:29:44 所属题库:SCDCD(310-081)题库

相似题目