如下哪些语句编译无错误? A: Byte b=new Byte(123); B: Byte b=new Byte(“123”); C: Byte b=new Byte(); D: Byte b=new Byte((int)123.4);
如下哪些语句编译无错误? A: Byte b=new Byte(123); B: Byte b=new Byte(“123”); C: Byte b=new Byte(); D: Byte b=new Byte((int)123.4);
以下程序段错误的有( ) A: byte a=1,b=1;byte c=a+b; B: byte a=1,b=1;byte c=(byte)(a+b); C: byte a=1,b=1;int c=a+b; D: byte a=1,b=1;byte c=(byte)a+(byte)b;
以下程序段错误的有( ) A: byte a=1,b=1;byte c=a+b; B: byte a=1,b=1;byte c=(byte)(a+b); C: byte a=1,b=1;int c=a+b; D: byte a=1,b=1;byte c=(byte)a+(byte)b;
给定java代码,如下public byte count(byte b1,byte b2){ return______; } A: (byte) (b1-b2) B: (byte) b1-b2 C: b1-b2 D: (byte) b1/b2
给定java代码,如下public byte count(byte b1,byte b2){ return______; } A: (byte) (b1-b2) B: (byte) b1-b2 C: b1-b2 D: (byte) b1/b2
砂浆测强标定仪标定荷载范围技术指标应符合()N. A: 400~1400 B: 40~1400 C: 140~1400 D: 14~1400
砂浆测强标定仪标定荷载范围技术指标应符合()N. A: 400~1400 B: 40~1400 C: 140~1400 D: 14~1400
以下变量赋值错误的是() A: byte=127; B: byte=128; C: byte=-127; D: byte=-128
以下变量赋值错误的是() A: byte=127; B: byte=128; C: byte=-127; D: byte=-128
在计算机存储容量中,1KB准确等于( )。 A: 8 Byte B: 1000 Byte C: 1024 Byte D: 10000 Byte
在计算机存储容量中,1KB准确等于( )。 A: 8 Byte B: 1000 Byte C: 1024 Byte D: 10000 Byte
1GB是 个Byte、1MB是 个Byte、1KB是 个Byte
1GB是 个Byte、1MB是 个Byte、1KB是 个Byte
给定以下代码,要使这段代码能够编译成功,横线上应该填入: public byte count(byte b1,byte b2){ return ; } A: (byte)(b1-b2) B: (byte)b1-b2 C: b1-b2 D: (byte)b1/b2
给定以下代码,要使这段代码能够编译成功,横线上应该填入: public byte count(byte b1,byte b2){ return ; } A: (byte)(b1-b2) B: (byte)b1-b2 C: b1-b2 D: (byte)b1/b2
下面哪条语句存在语法错误: A: byte b1 = 128; B: byte b2 = 127; C: byte b3 = ‘a’; D: byte b4 = -128;
下面哪条语句存在语法错误: A: byte b1 = 128; B: byte b2 = 127; C: byte b3 = ‘a’; D: byte b4 = -128;
360KB的软盘存储量为()。 A: A360×100 Byte B: B360×1000 Byte C: C360×1 Byte D: D360×1024 Byte
360KB的软盘存储量为()。 A: A360×100 Byte B: B360×1000 Byte C: C360×1 Byte D: D360×1024 Byte