java面向对象选择题,请翻译并回答,谢谢

10.A stack trace is(a)
(a) a sequenceof method calls
(b) only availablethrough a typical debugger's step into feature
(c) a fatal error thatcauses a typical debugger to terminate
(d) a list of variablesallocated on a program's stack
9.The static model of a software system typically includes whichof the following?(b)
I. Attributes of classes
II. Actions that occur between classes
III. Structural relationships betweenclasses
(a) II and III only
(b) I and IIIonly
(c) I, II, and III
(d) I and II only

1.Which of the following categorizations can be applied to boththe data fields and the methods in a Java class?(c)
(a) native andnon-native
(b) default andnon-default
(c) static andnon-static
(d) abstract andnon-abstract 2.Consider the following Java program segment.

  10.一个栈的轨迹是(a)

  a.一个方法调用的序列

  b.只有通过一个典型的调试器的步骤为特征的

  c.一个致命的错误导致了一个典型的调试器终止

  d.程序的栈中的变量列表


  9.一个典型的软件系统的静态模型包括以下哪些(b)

  1.类的属性

  2.类之间产生的活动

  3.类之间的结构化关系

  a.2,3

  b.1,3

  c.1,2,3

  d.1,2


    下面哪种分类可以同时适用于数据域和方法?(c)

a.本地和非本地

b.默认和非默认

c.静态和非静态

d.抽象和非抽象


望采纳。

温馨提示:答案为网友推荐,仅供参考