首页
题库
网课
在线模考
桌面端
登录
搜标题
搜题干
搜选项
0
/ 200字
搜索
单项选择题
(单选题)对本工程的外架,下列说法正确的是()。
A.落地架及悬挑架均无需编制安全专项施工方案
B.悬挑架需编制安全专项施工方案,落地架无需编制
C.落地架及悬挑架均需编制安全专项施工方案,且悬挑架方案需专家论证
D.落地架及悬挑架均需编制安全专项施工方案,方案均无需专家论证
点击查看答案&解析
在线练习
手机看题
你可能感兴趣的试题
单项选择题
招标人应当自确定中标人之日起()日内。向有关行政监督部门提交招标投标情况书面报告。
A.5
B.10
C.15
D.20
点击查看答案&解析
手机看题
单项选择题
下列代码行中哪一个允许在文件Date.txt中写当前的数据?
A.FileOutputStream foutStream=new FileoutputStream("Date.txt");
ObjectInputStream iStream=new ObjectInputStream(foutStream);
Date curDate=new Date();
oStream.writeObject((Date)curDate);
B.FileoutputStream foutStream=new FileOutputStream("Date.txt");
ObjectOutputStream oStream=new ObjectOutputStream(foutStream);
Date curDate=new Date();
oStream.writeObject((Date)curDate);
C.ObjectOutputStream oStream=new ObjectOutputStream("Date.txt");
Date curDate=new Date();
oStream.writeObject((Date)curDate);
D.FileOutputStream foutStream=new FileOutputStream("Date.txt");
PrintStream oStream=new PrintStream(foutStream);
Date curDate=new Date();
oStream.println(curDate);
点击查看答案&解析
手机看题
微信扫码免费搜题