问题详情

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); %>

未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。 收藏该题
查看答案

相关问题推荐

编制询价计划的过程是为下一步招标所需要的文件做准备,并确定“选择供方”所需要的评定标准,()不属于编制询价计划过程的输出

A、采购建议书

B、采购文档

C、评估标准

D、更新的工作说明书

Which is true about the web container request processing model?()

A、The init method on a filter is called the first time a servlet mapped to that filter is invoked.

B、A filter defined for a servlet must always forward control to the next resource in the filter chain.

C、Filters associated with a named servlet are applied in the order they appear in the web application deployment descriptor file.

D、If the init method on a filter throws an UnavailableException, then the container will make no further attempt to execute it.

GPRS核心系统由()组成。

A、服务GPRS支撑节点

B、网关GPRS支撑节点

C、计费网关

D、边界网关

E、域名服务器

程控数字电话交换系统开放的电话新业务项目及允许使用新业务的用户比例应根据()确定。

显示可用硬盘空间的总量和已用的硬盘空间的命令是()

联系客服 会员中心
TOP