如下哪些语句编译无错误? 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: A.Byte B: B.Bit C: C.Word D: D.KB
微型计算机中存储数据的最小单位是()。 A: A.Byte B: B.Bit C: C.Word D: D.KB
下列表达式哪些是正确的:()A.byte=340;B.Boolean=1;C.long l=-2;D.double=0.9239d;
下列表达式哪些是正确的:()A.byte=340;B.Boolean=1;C.long l=-2;D.double=0.9239d;
以下程序段错误的有( ) 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
选择Java语言中的基本数据类型()[br][/br](4.0) A: A.byte B: long C: String D: cha
选择Java语言中的基本数据类型()[br][/br](4.0) A: A.byte B: long C: String D: cha
以下变量赋值错误的是() 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