Array2 = array1;
Array2 = array3;
Array2 = array4;
Both A and B
Both A and C
Both B and C
第1题:
给定下面的代码: byte[] arrayl,array2[]; byte array3[][]; byte [][] array4; 如果上面的每一个数组都初始化了,以下各项语句中错误的是( )。
A.array2=array1
B.array2=array3
C.array2=array4
D.both A and B
第2题:
自动类型转换规定的优先次序是( )。
A.short,byte,char→long→int→float→double
B.short,byte,char→int→long―float→double
C.byte,short,char→long→int→float→double
D.byte,short,char→int→long→float→double
第3题:
基本数据类型精度从低到高排列正确的是()
A.byte short int float double
B.byte short int double float
C. short byte int float double
D. short byte int double float
第4题:
A.12Byte;8Byte;20Byte
B.12Byte;12Byte;20Byte
C.8Byte;8Byte;20Byte
D.12Byte;20Byte;20Byte
第5题:
byte与bit的区别与联系1byte=( )bit。
第6题:
Java中整型包括()。
第7题:
ATM信元的固定长度为53Byte,其中信元头部分占5Byte,净荷部分点48Byte。
第8题:
1Byte指的是()bit,1KB指的是()Byte
第9题:
一般情况下在单站验证过程中Ping包的大小和时间间隔是?
第10题:
第11题:
Array2 = array1;
Array2 = array3;
Array2 = array4;
Both A and B
Both A and C
Both B and C
第12题:
12Byte;8Byte;20Byte
12Byte;12Byte;20Byte
8Byte;8Byte;20Byte
12Byte;20Byte;20Byte
第13题:
下面( )不能将字变量X的属性修改为字节变量Y。
A.XDW 1234H
B.YEQU BYTE PTR X YEQU BYTE PTR X X DW 1234H
C.X DW 1234H
D.YLABEL BYTE Y EQU THIS BYTE X DW 1234H
第14题:
给出下面程序的代码: byte[ ] array1, array2[ ]; byte array3[ ][ ]; byter[ ][ ] array4; 下列数组操作语句中不正确的是( )。
A.array2=array1
B.array2=array3;
C.array2=array4
D.array3=array4
第15题:
A.byte, short, int, long, float, double
B.boolean, byte, short, char, int, long, float, double
C.byte, short, char, int, long, float, double
D.byte, short, char
E.int, long, float, double
第16题:
BYTE
第17题:
byte arry1, array2; byte array3 ; byte array4; If each array has been initialized, which statement will cause a compiler error?()
第18题:
给出下列代码,byte[]array1,array2[];byte[]array3[][];byte[][]array4;则数组初始化中哪项是不正确的()
第19题:
ATM异步传送模式信元的长度固定为53个byte,其中前()个byte是信头(header),其余()个byte是信息段,也称为净荷(payload)。
第20题:
ATM信元的长度为:()
第21题:
When a BGP router is not capable of understanding 4-byte AS numbers, it will see 4-byte AS numbers as aspecial, reserved, 2-byte AS number in the AS path. Which 2-byte AS number is this reserved one?()
第22题:
47byte;
48byte;
53byte;
54byte
第23题:
ConstOver ( ) { }
Protected int ConstOver ( ) { }
Private ConstOver (int z, int y, byte x) { }
Public Object ConstOver (int x, int y, int z) { }
Public void ConstOver (byte x, byte y, byte z) { }
第24题:
array2=array1
array2=array3
array2=array4
array3=array4