指出正确的表达式() A: yte=128; B: Boolean=null; C: longl=0xfffL; D: double=0.9239d;
指出正确的表达式() A: yte=128; B: Boolean=null; C: longl=0xfffL; D: double=0.9239d;
下列类型转换中正确的是() A: inti=’A’ B: longL=1.1f C: inti=(float)1.1 D: inti=1.1
下列类型转换中正确的是() A: inti=’A’ B: longL=1.1f C: inti=(float)1.1 D: inti=1.1
3下列赋值中哪一项是错误的() A: inti=50L; B: byteb=50; C: longl=50; D: shorts=50;
3下列赋值中哪一项是错误的() A: inti=50L; B: byteb=50; C: longl=50; D: shorts=50;
1