• 2022-06-07 问题

    以下程序段错误的有( ) 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;

  • 2022-05-26 问题

    如下哪些语句编译无错误? 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);

  • 2022-05-27 问题

    What was the Compromise of 1850?

    What was the Compromise of 1850?

  • 2022-06-15 问题

    给定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

  • 2022-07-27 问题

    以下变量赋值错误的是() A: byte=127; B: byte=128; C: byte=-127; D: byte=-128

    以下变量赋值错误的是() A: byte=127; B: byte=128; C: byte=-127; D: byte=-128

  • 2022-05-26 问题

    在计算机存储容量中,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

  • 2022-06-03 问题

    下面哪条语句存在语法错误: 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;

  • 2022-05-26 问题

    世界上第一部图书馆法颁布的时间和国家是 A: 1849,英国 B: 1850,德国 C: 1910,中国 D: 1850,英国

    世界上第一部图书馆法颁布的时间和国家是 A: 1849,英国 B: 1850,德国 C: 1910,中国 D: 1850,英国

  • 2022-06-15 问题

    给定以下代码,要使这段代码能够编译成功,横线上应该填入: 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

  • 2022-06-08 问题

    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

  • 1 2 3 4 5 6 7 8 9 10