现行PC机中的硬盘所采用的接口标准,主要有( )。
A.USB和SCSI
B.IDE和SCSI
C.USB和IDE
D.SCSI和Centronics
参考答案:B
远洋船舶保险中,如果船舶在保险期限内连续发生多次事故造成部分损失,累计损失额超过保险金额,则()。
A.保险责任终止
B.对累计损失额超过保险金额以上的部分,保险人不予赔偿
C.只要每次损失的金额不超过保单载明的保险金额限度,保险人可负责赔偿
D.在投保人补交保险费的情况下,对累计损失额超过保险金额以上的部分,保险人可负责赔偿
在下面附属类方法中的下划线处应填入的正确参数是( )。 public void writeData( ______ ) throws IOException{ GregorianCalendar calendar=new GregorianCalendar(); calendar.setTime(hireDay); out.println(name+"|"+salary+"|" +calendar.get(Calendar.YEAR)+"I" +(calendar.get(Calendar.MONTH)+1)+"|" +calendar.get(Calendar.DAY_OF_MONTH)); }
A.Employee[]e
B."employedat"
C.PrintWriter out
D.BufferedWriter