单项选择题
A. true
B. false
C. Compilation fails.
D. An exception is thrown at runtime.
多项选择题 Giventhatbandcrefertoinstancesofwrapperclasses,whichtwostatementsaretrue?()
单项选择题 String a = null; a.concat(“abc”); a.concat(“def”); System.out.println(a); What is the result?()
多项选择题 public static void main( String[] args ) { Integer a = new Integer(10); Integer b = new Integer(10); Integer c = a; int d = 10; double e = 10.0; } Which three evaluate to true?()