问题描述:
[多选]
class Order implements Runnable { public void run(){ try { Thread.sleep (); } catch (Exception e)System.out.print("in"); public static void main (String [] args){ Thread t = new Thread (new Order()); t.start(); System.out.print ("pre "); try { t.join(); } catch (Exception e){ } System.out.print ("post"); 可产生哪两项结果?
A.pre in post
B.pre in
C.in post pre
D.in pre post
E.prpost in
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.187)
- 热门题目: 1.结账是指在会计期末对一定时期 2.旅游者在餐厅的一般心理可以归 3.简述印象主义音乐的基本特征。
