因为水产动物的胆汁中含有胆汁酸等毒素,所以不宜食用。( )
参考答案:对
某办公楼,建筑高度为69米,其消防设施符合规范要求,6层设有图书资料室,使用面积为300平方米。
问:(1)该办公楼属哪类建筑?
(2)图书资料室可能发生哪类火灾?
(3)应选哪类干粉灭火器?
(4)计算该图书资料室灭火器数量时,计算公式Q=K•S/U中的K值如何选取?为什么?
在下列程序的空白处,应填入的正确选项是______。 Import java. io. * ; Pulilc class ObjectStreamTest Publilc static void main(string args[]) throws IOException ObjectOutputStream oos=new ObjectOutputStream (new FileOutputStream("serial. bin")); Java. util. Date d=new Java. util. Date(); Oos______(d); ObjectlnputStream ois= new ObjectInputStream(new FileOutputStream("serial. bin")); try java. util. date restoredDate= (Java. util. Date)ois. readObject(); System. out. println ("read object back from serial. bin file:" +restoredDate); Catch(ClassNotFoundException cnf) System. out. println("class not found");
A.WriterObject B.WriterC.BufferedWriter D.writerObject