可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which statements are&#8194


Which statements are true concerning the effect of the >> and >>> operators?()  

  • AFor non-negative values of the left operand, the >> and >>> operators will have the same effect.
  • BThe result of (-1 >> 1) is 0.
  • CThe result of (-1 >>> 1) is -1.
  • DThe value returned by >>> will never be negative as long as the value of the right operand is equal  to or greater than 1.
  • EWhen using the >> operator, the leftmost bit of the bit representation of the resulting value will always be the same bit value as the leftmost bit of the bit representation of the left operand.
参考答案
参考解析:
分类:SCJP程序员认证考试题库
相关推荐

1、Which statements are 

Which statements are correct regarding indexes? ()A When a table is dropped, the correspon...

2、Which statements are 

Which statements are true about EIGRP successor routes? (Choose two.)()AA successor route is&e...

3、Which statements are 

Which statements are true, given the code new FileOutputStream("data", true) for creating&#8194...

4、Which statements are 

Which statements are true regarding the Cisco UCS fabric failover feature? ()A FabricSync&e...

5、Which statements are 

Which statements are true regarding system-partitioned tables?()  A Only a single partitioning...

6、Which statements are 

Which statements are true regarding the creation of an incident package file by using&#...