试题详情
- 单项选择题 public class Test{ public static void main(String[]args){ intx=5; boolean b1=true; boolean b2=false; if((x==4)&&!b2) System.out.print("l"); System.out.print("2"); if((b2=true)&&b1) System.out.print("3"); } } What is the result?()
A、2
B、3
C、12
D、23
E、123
F、Compilation fails.
G、An exceptional ist hrown at runtime.
- D
关注下方微信公众号,在线模考后查看
热门试题
- - list 是一
- 下面有关java threadlocal
- 现有:t是一个合法的Thread对象的
- 假设在目录myprj/src/schoo
- Given: 5.public&ens
- A developer&en
- 如果a,b是引用类型的变量,且赋值表达式
- 求平方根方法public s
- 11. public&ens
- 每个类都至少包含一个构造函数
- public class&e
- 编写一个程序,能将一个Java源程序中的
- 程序: class&ens
- Servlet A̳
- HashMap和HashTable的描述
- public class&
- JVM在执行一个Java类时,大致采用以
- 下面有关java final的基本规则,
- What is
- public class&e