主题:ssd3的几道选择题
8.
According to Javadoc convention, the first sentence of each Javadoc comment should be
(a) an @version tag
(b) the order of lines is not important
(c) an @author tag
(d) a summary sentence of the declared entry
--------------------------------------------------------------------------------
9.
According to the document entitled Code Conventions for the Java Programming Language, file suffixes used by Java software include which of the following?
.obj
.class
.h
(a) I and III only
(b) II and III only
(c) I and II only
(d) II only
--------------------------------------------------------------------------------
10.
A stack trace is
(a) a sequence of method calls
(b) only available through a typical debugger's step into feature
(c) a fatal error that causes a typical debugger to terminate
(d) a list of variables allocated on a program's stack
According to Javadoc convention, the first sentence of each Javadoc comment should be
(a) an @version tag
(b) the order of lines is not important
(c) an @author tag
(d) a summary sentence of the declared entry
--------------------------------------------------------------------------------
9.
According to the document entitled Code Conventions for the Java Programming Language, file suffixes used by Java software include which of the following?
.obj
.class
.h
(a) I and III only
(b) II and III only
(c) I and II only
(d) II only
--------------------------------------------------------------------------------
10.
A stack trace is
(a) a sequence of method calls
(b) only available through a typical debugger's step into feature
(c) a fatal error that causes a typical debugger to terminate
(d) a list of variables allocated on a program's stack