题目内容

1. import java.io.*; 2. public class Foo implements Serializable { 3. public int x, y; 4. public Foo( int x, int y) { this.x = x; this.y = y; } 5. 6. private void writeObject( ObjectOutputStream s) 7. throws IOException { 8. s.writeInt(x); s.writeInt(y) 9. } 10. 11. private void readObject( ObjectInputStream s) 12. throws IOException, ClassNotFoundException { 13. 14. // insert code here 15. 16. } 17. } Which code, inserted at line 14, will allow this class to correctly serialize and deserialize?()

A. s.defaultReadObject();
B. this = s.defaultReadObject();
C. y = s.readInt(); x = s.readInt();
D. x = s.readInt(); y = s.readInt();

查看答案
更多问题

检验批合格的前提是().

A. 资料正确
B. 资料同步
C. 资料完整性检查

“单位(子单位)工程质量竣工验收记录”是对已完工地单位(子单位)工程质量进行综合验收,确认其是否满足各项功能要求,能否交付使用的记录资料。综合验收结论由参加验收各方共同商定后由()填写.

A. 监理单位
B. 建设单位
C. 设计单位
D. 施工单位

简述T梁预应力孔道封端质量控制要点。

男婴,6个月,发热2天,伴咳嗽,今见小儿呼吸困难,两肺有少量哮鸣音,胸片示肺气肿,诊断为毛细支气管炎,病原体主要是:()

A. 流感病毒
B. 流感杆菌
C. 腺病毒
D. 呼吸道合并胞病毒
E. 肺炎支原体

答案查题题库