当前位置:SCWCD(310-083)题库

问题:

[多选]

Given:
String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
<context-param>
<param-name>foo</param-name>
<param-value>frodo</param-value>
</context-param>
Which two are true?()

A . The foo initialization parameter CANNOT be set programmatically.
B . Compilation fails because getInitParameter returns type Object.
C . The foo initialization parameter is NOT a servlet initialization parameter.
D . Compilation fails because ServletContext does NOT have a getInitParameter method.
E . The foo parameter must be defined within the  element of the deployment descriptor.

砌筑常用工具的小型工具有 露天工作的起重机须设防止被大风吹动的抗风防滑装置,适用于大起型重机的夹轨器为() 手动式。 电动弹簧式。 液压弹簧式。 新修订的《中国共产党纪律处分条例》从全面梳理党章开始,将原来以破坏社会主义市场经济秩序为主的10类违纪行为,整合规范为()、工作纪律和生活纪律。 廉洁纪律。 群众纪律。 组织纪律。 政治纪律。 技能形成过程中,练习的成绩时而上升时而下降的现象在心理学上称为()。 不平衡现象。 不协调现象。 停顿现象。 起伏现象。 汇票、本票和支票都是需要承兑后方为有效的票据。

Given:
String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
<context-param>
<param-name>foo</param-name>
<param-value>frodo</param-value>
</context-param>
Which two are true?()

参考答案: A, C

  参考解析

本题暂无解析

在线 客服