下面均为Java关键字的一组是()
A、boolean,byte,long,true
B、byte, long,true,goto
C、goto ,Boolean,byte,true
D、bool, long,true,auto
第1题:
自动类型转换是按优先关系从低级数据转换成高级数据,规定的优先次序是( )。
A.byte, short, char→int→long→float→double
B.float→int→long→byte, short, char→double
C.int→long→float→double→byte, short, char
D.double→int→float→long→byte, short, char
第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, 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
第4题:
在C#中下列表达式不正确的是()。
第5题:
下面均为java关键字的一组是()
第6题:
指出正确的表达式()
第7题:
在Java中,字节数据类型的关键字和默认值是()
第8题:
将有三个boolean值的数组初始化为true的是()
第9题:
Which of the following statements about declaration are true?()
第10题:
Conversion from int to long does not need a cast.
Conversion from byte to short does not need a cast.
Conversion from float to long does not need a cast.
Conversion from short to char does not need a cast.
Conversion from boolean to int using a cast is not possible.
第11题:
byte=128;
Boolean=null;
long l=0xfffL;
double=0.9239d;
第12题:
The MPLS header is 2 bytes,and the EXP field is 3 bits long.
The MPLS header is 1 byte,and the EXP field is 3 bits long.
The MPLS header is 4 bytes,and the EXP field is 3 bits long.
The MPLS header is 3 bytes,and the EXP field is 3 bits long.
第13题:
5. If you attempt to add an int, a byte, a long, and a double, the result will be a __________ value. A. long B. byte C. double D. int
该答案选D:
如果你尝试增加一个“整数型”、“long”、“double long”,结果将会是一个“int”型的结果。这是计算机程序默认规则。
第14题:
以下程序的输出结果是 #include<stdio.h> main() { union un{ int i; long k; char c;}; struct byte{ int a; long b; union un c;}r; printf("%d\n",sizeof(r));}
A.10
B.13
C.7
D.8
第15题:
都是VB.NET中的数据类型的选项是()
AShort、Integer、Long、Float、Double
BShort、Int、Long、Single、Double
CInteger、Long、Single、Double、Decimal
DBoolen、Byte、Bit、Decimal、Date
第16题:
以下对应于unsigned long 的数据类型为()。
第17题:
Which statements concerning casting and conversion are true?()
第18题:
Java中整型包括()。
第19题:
swtich是否能作用在byte上,是否能作用在long上,是否能作用在String上?
第20题:
Which of the following is true about the MPLS header and its EXP field size?()
第21题:
double a,double b=2,int c=3,a=b+c
short a,byte b=2,byte c=3,a=b+c
string a,string b=”1” string c=”2” a=b+c
bool a,bool b=true,bool c=false a=b==c
第22题:
boolean ,byte,long,assert
byte,long,true,goto
goto,boolean,byte,null
boolean,long,false,auto
第23题:
Short、Integer、Long、Float、Double
Short、Int、Long、Single、Double
Integer、Long、Single、Double、Decimal
Boolen、Byte、Bit、Decimal、Date