当前位置:SCJP程序员认证考试题库

问题:

[单选]

 public class X { 
 public static void main (String[] args)  { 
 byte b = 127; 
 byte c = 126; 
 byte d = b + c; 
 } 
}  
Which statement is true?()

A .  Compilation succeeds and d takes the value 253.
B .  Line 5 contains an error that prevents compilation.
C .  Line 5 throws an exception indicating “Out of range”
D .  Line 3 and 4 contain error that prevent compilation.
E .  The compilation succeeds and d takes the value of 1.

简述证据保全的特征。 波前和射线两者之间的关系如何? 在一定条件下,增加公共物品消费者人数并不需要减少其他消费品的生产。 焦虑具有两个关键特征:即强烈的负面情绪和()。 简述证据保全的种类。

 public class X { 
 public static void main (String[] args)  { 
 byte b = 127; 
 byte c = 126; 
 byte d = b + c; 
 } 
}  
Which statement is true?()

参考答案:

  参考解析

本题暂无解析

在线 客服