下列变量名中,( )是合法的。 A: CHINA B: byte-size C: double D: A+a
下列变量名中,( )是合法的。 A: CHINA B: byte-size C: double D: A+a
下列可以作为变量名的是( )。 A: CHina B: byte-size C: double D: A+a
下列可以作为变量名的是( )。 A: CHina B: byte-size C: double D: A+a
以下变量命名合法的是( )。 A: basicsalary B: 2_stname C: byte-size D: hello world
以下变量命名合法的是( )。 A: basicsalary B: 2_stname C: byte-size D: hello world
位是计算机中常用的表示单位,它的英文名字是_______。 A: bit B: Byte C: kb D: word size
位是计算机中常用的表示单位,它的英文名字是_______。 A: bit B: Byte C: kb D: word size
如下哪些语句编译无错误? 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
以下变量赋值错误的是() 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