题目

现有:   class Thread2 implements Runnable {   void run() {   System.out.print("go ");   }   public static void main(String [] args) {   Thread2 t2 = new Thread2();   Thread t = new Thread(t2);   t.start();   }   }   结果为:()

A、 go

B、 编译失败

C、 代码运行,无输出结果

D、 运行时异常被抛出

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

计算思维主要是计算数学、信息科学和计算机科学的任务,与其他学科关系不大。

A、对

B、错

局域网中,常用的网络传输介质有()

A、双绞线

B、同轴电缆

C、光缆

D、电话线

国际出入口信道提供单位、互联单位和接入单位必须建立(),健全管理制度,做好网络信息安全管理工作。

A、认证中心

B、网络管理中心

C、网络咨询中心

D、网络调度中心

使用VC6打开考生文件夹下的源程序文件modi2.cpp。请完成以下两个函数:  1.fun1(intn);求出n的阶乘,必须使用递归调用。  2.fun2(intn);求出n的阶乘,不能使用递归调用。  如果n小于1则返回0。  注意:请勿改动主函数main与其他函数中的任何内容,仅在函数fun的花括号中填入所编写的若干语句。    

Routing convergence time is which of the following?()

A、Time required for a VPN connection to occur

B、Time required by protocols to update their forwarding tables after changes have occurred

C、Time required for an IDS to detect suspicious software

D、Time required by switch ports to update their link status and transition to the forwarding state

联系我们 会员中心
返回顶部