试题详情
- 单项选择题 public class Threads5 { public static void main (String[] args) { new Thread(new Runnable() { public void run() { System.out.print(”bar”); } }).start(); } } What is the result?()
A、 Compilation fails.
B、 An exception is thrown at runtime.
C、 The code executes normally and prints “bar”.
D、 The code executes normally, but nothing prints.
- C
关注下方微信公众号,在线模考后查看
热门试题
- 修饰符是否可以混合使用?混合使用时需要注
- What code,&ensp
- 请问下列代码的输出结果有可能是哪些()。
- boolean bool
- 现有: &en
- 编写一个Java程序,用if-else语
- class BaseClas
- 下面哪些特性可能导致代码体积膨胀()。
- 下列有关Servlet的生命周期,说法不
- 程序: class&ens
- Which two clas
- You need
- 1. public&ensp
- 现有: &ens
- public class&e
- Given: 1.&ens
- public class&e
- Which three
- public class&e
- 求杨辉三角形中,第20行第10列的数为多