会计考友 发表于 2012-8-4 12:33:16

2011年JAVA认证模拟题(42)

  Q124 Which of the following are true?
  A Window extends Frame.
  B Applet extends Window.
  C Panel extends Container.
  D ScrollPane extends Panel.
  Q125 Which of the following are passed as an argument to the paint() method?
  A A Canvas object
  B A Graphics object
  C An Image object
  DA Paint object
  Q126 Which of the following are true about a dead thread?
  A The thread’s object is descarded.
  B The thread must wait until all other thread excutes before it is restarted.
  C The thread cannot be restarted.
  D The thread is synchronized.
  Q124 C
  Q125 B
  Q126 C
页: [1]
查看完整版本: 2011年JAVA认证模拟题(42)