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

2011年JAVA认证模拟题(32)

java认证试题:2011年JAVA认证模拟题(32)
    Q94 Which method is used to set the layout of a container?
  A startLayout()
  B initLayout()
  C layoutContainer()
  D setLayout()
  Q95 Which of the following are true about this variable declaration?
  private static int i = 3;
  A The value of i may not be changed after it is assigned a value.
  B i may only be updated by a static method.
  C The value of i is shared among all instances of the class in which it is declared.
  D i may only be accessed within the class in which it is declared.
  Q96 Which of the following classes is used to perform basic console IO?
  A System
  B SecurityManager
  C Math
  D Runtime
  Q094 D
  Q095 CD
  Q096 A
页: [1]
查看完整版本: 2011年JAVA认证模拟题(32)