可学答题网 > 问答 > SCDCD(310-081)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Which two are true?&e


Which two are true? ()

  • A The foo initialization parameter CANNOT be set programmatically.
  • B Compilation fails because getlnitParameter returns type Object.
  • C The foo initialization parameter is NOT a servlet initialization parameter.
  • D Compilation fails because ServletContext does NOT have a getlnitParameter method.
  • E The foo parameter must de defined within the  element of the deployment  descriptor.
  • F The foo initialization parameter can also be retrievedusing getSErvletConfig().  GetlnitParameter (“foo”).
参考答案
参考解析:
分类:SCDCD(310-081)题库
相关推荐

1、Which three are true?(

Which three are true?()ACat is-a AnimalBCat is-a JumperCDog is-a AnimalDDog is-a JumperECat has-a AnimalFBeagle has-a TailGBeagle has-a Jumper

2、Which two are true?&en

Which two are true? ()A Tag files can only be accessed using a tagdir attribute.B The&e...

3、Which two are valid&e

Which two are valid examples of method overriding?()A float getVar() {return x:}B public float...

4、Which two are true?()

Which two are true?()AThe output is mm.BThe output is mc.CComponent is-a Meter.DComponent has-a Meter.EDeluxeThingy is-a Component.FDeluxeThingy has-a Component.

5、Which two are possible

Which two are possible results?()A0, 2, 4, 4, 6, 8, 10, 6B0, 2, 4, 6, 8,&en...

6、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1