接地线
参考答案:
是为了在已停电的设备和线路上意外地出现电压时保证工作人员的重要工具。按部颁规定,接地线必须是25mm2以上裸铜软线制成。
内部规模经济
下列程序的功能是在监控台上每隔一秒钟显示一个字符串"Hello!",能够填写在程序中下划线位置,使程序完整并能正确运行的语句是( )。 public class Test implements Runnable public static void main(String args[])Test t=new Test();Thread tt=new Thread(t);tt.start(); public void run()for(;;) try ________; catch(______e) System.out.println("Hello"); A) sleep(1000) InterruptedExceptionB) t.sleep(1000) InterruptedExceptionC) Thread.sleep(1000) RuntimeExceptionD) Thread.sleep(1000) InterruptedException