填空题
源程序文档化要求程序应加注释。注释一般分为序言性注释和
【3】
。
【参考答案】
功能性注释
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下面的哪些程序段可能导致错误 ( ) Ⅰ: String s = Gone with the wind ; String t = good ; String k = s + t; Ⅱ: String s = Gone with the wind ; String t; t = s[3] + one ; Ⅲ: String s = Gone with the wind ; String standard = s.toUpperCase(); Ⅳ: String s = home directory ; String t = s- directory :
A.Ⅱ、Ⅲ
B.Ⅱ、Ⅳ
C.Ⅰ、Ⅳ
D.Ⅲ、Ⅳ
点击查看答案&解析
填空题
强行排错法涉及的调试技术主要是 【4】 和监视表达式。
点击查看答案&解析
相关试题
下列JApplet对鼠标单击事件进行处理,当鼠...
有如下代码段,请填写完整所缺的部分。 im...
Java图形用户界面编程中的最基本组成部分是...
变量名、 【14】 首单词小写,其余单词...
Applet工作在图形方式下,向其中绘图、显示...