北京达内科技有限公司 Java培训讲师

选择题

1:在软件生命周期中,下列哪个说法是不准确的?

A.软件生命周期分为计划、开发和运行三个阶段

B.在计划阶段要进行问题焉醛和需求分析

C.在开发后期要进行编写代码和软件测试

D.在运行阶段主要是进行软件维护

2:

Which is the most appropriate code snippet that can be inserted at line 18 in the following code?

(Assume that the code is compiled and run with assertions enabled)

1. import java.util.*;

2.

3. public class AssertTest

4. {

5. private HashMap cctld;

6.

7. public AssertTest()

8. {

9. cctld = new HashMap();

10. cctld.put("in", "India");

11. cctld.put("uk", "United Kingdom");

12. cctld.put("au", "Australia");

13. // more code...

14. }

15. // other methods ....

你可能喜欢

  • Java培训
  • JAVA习题及答案
  • 实习模板
  • Java练习题
  • Java实习报告
  • 达内java笔记

北京达内科技有限公司 Java培训讲师相关文档

最新文档

返回顶部