70. 下列 Java 語言程式片段,那些是合法的指令? (A)Long m = new Long(128); double d = m.doubleValue(); (B)Boolean b = new Boolean("hello") (C)Byte b = new B yte(10); b = Byte(23); (D)Int i = new Int(28);。