网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
如果有以下的程序代码: byte a = 100; byte b = 200; byte c = (byte)(a+b); System.out.println(c);以下说法正确的是()
A.执行时显示300
B.执行时显示127
C.执行时出现错误
D.编译失败
参考答案和解析
编译失败
更多 “如果有以下的程序代码: byte a = 100; byte b = 200; byte c = (byte)(a+b); System.out.println(c);以下说法正确的是()A.执行时显示300B.执行时显示127C.执行时出现错误D.编译失败” 相关考题
考题
不同类型的数据占用存储空间的长度是不同的。下列选项中,符合占用存储空间从小到大顺序排列的是()
A.Byte,Integer,Long,DecimalB.Byte,Integer,Double,BooleanC.Boolean,Byte,Integer,DoubleD.Byte,Decimal,Integer,Long
考题
以下哪个基本通道费和增值费用由同一个网元发起?()
A.MMS业务,基本流量费为1分/BYTE,增值业务费为100分/次B.WAP业务,基本流量费为1分/BYTE,产品增值业务费为100分/次C.Streaming业务,基本流量费为1分/BYTE,增值流量费为2分/BYTED.下载业务,基本流量费为1分/BYTE,增值业务费为100分/次
考题
Java语言中数值数据的类型能自动转换,按照从左到右的转换次序为()。A.byte→int→short→long→float→doubleB.byte→short→int→long→float→doubleC.byte→short→int→float→long→doubleD.short→byte→int→long→float→double
考题
执行下列代码段之后,变量b的值为______。 public class ex40 { public static void main(String[] args) { byte x=5; byte y=5; byte c=10; boolean b; b-c<x<<y; System.out.println (b); } }A.1B.0C.falseD.true
考题
设某磁带的有效磁带长为200m,记录的块系数为2,块间的间隔为10mm,记录长为100(byte),记录的密度为80(byte/mm)。将该磁带用于记录某种卡片(100byte),则磁带上能记录的卡片数可为(2)。A.160B.320C.1.6万D.3.2万
考题
下面( )不能使指令MOV AL,Y正确执行?A.X DW 1234H Y EQU BYTE PTR XB.Y EQU BYTE X DW 1234HC.Y EQU THIS BYTE X DW 1234 HD.Y LABEL BYTE X DW 1234H
考题
自动类型转换规定的优先次序是( )。A.short,byte,char→long→int→float→doubleB.short,byte,char→int→long―float→doubleC.byte,short,char→long→int→float→doubleD.byte,short,char→int→long→float→double
考题
下面均为Java关键字的一组是()A、boolean,byte,long,trueB、byte, long,true,gotoC、goto ,Boolean,byte,trueD、bool, long,true,auto
考题
基本数据类型精度从低到高排列正确的是()A.byte short int float doubleB.byte short int double floatC. short byte int float doubleD. short byte int double float
考题
下列代码执行之后,输出的结果为______。 public class ex34 { public static void main(String[] args) { byte a=-128; byte b=(a|127)>0?(byte)(~a>>128:(byte)(~a<<128); System. out. Println(b); } }A.-128B.128C.127D.-127
考题
以下代码中变量result的可能类型有哪些?byte b = 11;short s = 13;result = b * ++s;
A.byte, short, int, long, float, doubleB.boolean, byte, short, char, int, long, float, doubleC.byte, short, char, int, long, float, doubleD.byte, short, charE.int, long, float, double
考题
语音包头开销:RTP开销占(),UDP头开销占(),IP层的IP头开销占()(IPv4)/40Byte(IPv6)。
A.12Byte;8Byte;20ByteB.12Byte;12Byte;20ByteC.8Byte;8Byte;20ByteD.12Byte;20Byte;20Byte
考题
Java中整型包括()。A、int,byte,charB、int,short,long,byte,charC、int,short,long,charD、int,short,long,byte
考题
以下关于变量的说法正确的有()。A、byte变量可表示范围从-128到127B、byte变量可表示范围从-127到128C、byte变量可表示范围从0到255D、char变量可表示范围从0到255E、char变量可表示范围从0到65535
考题
以下哪个基本通道费和增值费用由同一个网元发起?()A、MMS业务,基本流量费为1分/BYTE,增值业务费为100分/次B、WAP业务,基本流量费为1分/BYTE,产品增值业务费为100分/次C、Streaming业务,基本流量费为1分/BYTE,增值流量费为2分/BYTED、下载业务,基本流量费为1分/BYTE,增值业务费为100分/次
考题
若有BUF DW 1,2,3,4。则可将数据02H取到AL寄存器中的指令是:()。A、MOV AL,BYTE PTRBUF+1B、MOV AL,BYTE PTRBUF+2C、MOV AL,BYTE PTRBUF+3D、MOV AL,BYTE BUF2
考题
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?()A、00000B、12345C、23456D、65000E、99999
考题
单选题语音包头开销:RTP开销占(),UDP头开销占(),IP层的IP头开销占()(IPv4)/40Byte(IPv6)。A
12Byte;8Byte;20ByteB
12Byte;12Byte;20ByteC
8Byte;8Byte;20ByteD
12Byte;20Byte;20Byte
热门标签
最新试卷