要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()A、〈%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %〉B、〈%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %〉C、〈%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %〉D、〈%@ taglib prefi

题目

要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()

  • A、〈%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %〉
  • B、〈%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %〉
  • C、〈%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %〉
  • D、〈%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %〉
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

JSP标准标签库(JSTL)包含用于编写和开发JSP页面的一组标准标签,按照标签的功能不同,将标签划分为()两个标签库。

  • A、通用标签库
  • B、条件标签库
  • C、核心标签库
  • D、SQL标签库

正确答案:C,D

第2题:

在J2EE中,在my.jsp中使用标记扩展,下列选项正确的是()

  • A、<%@ taglib URL=”/hello”  prefix=”examples”%> 
  • B、<%@ taglib URI=”/hello”  prefix=”examples”%> 
  • C、<%@ taglib url=”/hello”  prefix=”examples”%> 
  • D、<%@ taglib uri=”/hello”  prefix=”examples”%>

正确答案:D

第3题:

当我们要在JSP页面中使用自定义标签时需要()。

  • A、在tld文件中定义标签
  • B、创建一个标签处理器
  • C、引入这个标签的标签库,并指定前缀名
  • D、在JSP页面中使用page指令
  • E、在JSP页面中使用taglib指令

正确答案:A,B,C,E

第4题:

在JSP中,若要在JSP正确使用标签:,在jsp中声明的taglib指令为:<%@tagliburi=“/WEB-INF/myTags.tld”prefix=“()”%>。

  • A、x
  • B、getKing
  • C、myTags
  • D、king

正确答案:A

第5题:

在JSP中使用()指令来声明对标签的引用

  • A、<@taglib>    
  • B、<taglib> 
  • C、<tag>  
  • D、<attribute>

正确答案:A

第6题:

JSP标准标签库(JSTL)的标签库描述符文件的后缀是()

  • A、.tld
  • B、.jar
  • C、.jsp
  • D、.class

正确答案:A

第7题:

A JSP page contains a taglib directive whose uri attribute has the value dbtags. Which XML element withinthe web application deployment descriptor defines the associated TLD?()

  • A、<tld><uri>dbtags</uri><location>/WEB-INF/tlds/dbtags.tld</location></tld>
  • B、<taglib><uri>dbtags</uri><location>/WEB-INF/tlds/dbtags.tld</location>. </taglib>
  • C、<tld>. <tld-uri>dbtags</tld-uri>. <tld-location>/WEB-INF/tlds/dbtags.tld</tld-location> . </tld>
  • D、<taglib><taglib-uri>dbtags</taglib-uri><taglib-location>/WEB-INF/tlds/dbtags.tld. </taglib-location>. </taglib>

正确答案:D

第8题:

下列对于JSTL的说法正确的是()。

  • A、JSTL是指(JavaServer Pages Standard Tag Library,JSP)标准标记库
  • B、JSTL特别为条件处理、迭代、国际化、数据库访问和可扩展标记语言(XML)处理提供支持
  • C、JSTL在应用程序服务器之间提供了一致的接口,最大程序地提高了WEB应用在各应用服务器之间的移植。
  • D、JSTL简化了JSP和WEB应用程序的开发。
  • E、JSTL以一种统一的方式减少了JSP中的scriptlet代码数量

正确答案:A,B,C,D,E

第9题:

下面哪个方法不属于JSP指令:()

  • A、<jsp:param name=”username” value=”liu”/>
  • B、<%@include file=”head.jsp”%>
  • C、<%@taglib uri=”/struts.tags” prefix=”s”%>
  • D、<%@page contectType=”texthtml,charset=gb2312”%>

正确答案:A

第10题:

在java程序中的my.jsp中要使用标记扩展,下列选项正确的是()。

  • A、%@taglib URL=“/hello”prefix=“examples”%>
  • B、%taglib URI=“/hello”prefix=“examples”%>
  • C、%@taglib url=“/hello”prefix=“examples”%>
  • D、%@taglib uri=“/hello”prefix=“examples”%>

正确答案:D

更多相关问题