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

问题:

[单选]

In a JSP-centric web application, you need to create a catalog browsing JSP page. The catalog is stored asa List object in the catalog attribute of the webapp’s ServletContext object. 
Which scriptlet code snippetgives you access to the catalog object?()

A . <% List catalog = config.getAttribute("catalog"); %>
B . <% List catalog = context.getAttribute("catalog"); %>
C . <% List catalog = application.getAttribute("catalog"); %>
D . <% List catalog = servletContext.getAttribute("catalog"); %>

二层交换机根据()信息决定如何转发数据帧。 源MAC地址。 源IP地址。 目的端口地址。 目的MAC地址。 用绝缘棒拉合隔离开关或经传动机构拉合隔离开关和断路器时,应注意什么? ()是衡量故障影响业务大小程度的指标,通常相当于故障影响服务质量的程度,一般是根据受影响的人或系统的数量来确定的。 影响度。 紧迫性。 优先级。 反映度。 十八大报告对科学发展观有了新定位,把科学发展观作为全党全社会必须长期坚持的指导思想提了出来。 双侧壁导坑法是在隧道开挖断面的()都布置导坑,并都对其设置临时初期支护侧壁构件的分部开挖方法。 上下侧。 中间。 单侧。 两侧。

In a JSP-centric web application, you need to create a catalog browsing JSP page. The catalog is stored asa List object in the catalog attribute of the webapp’s ServletContext object. 
Which scriptlet code snippetgives you access to the catalog object?()

参考答案:

  参考解析

本题暂无解析

在线 客服