试题详情
- 单项选择题 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
关注下方微信公众号,在线模考后查看
热门试题
- 以下关于Applet和Java程序之间关
- 现有: class
- 对于利用消息框类(JOptionPane
- What is
- 定义类: &en
- 程序员正在进行一个项目,必须实现equ
- import java.aw
- 已知: 在命令行中执行 javaCDE
- Which statemen
- 在Swing GUI编程中,
- class Account&
- 下列不属于Java语言性特点的是()。
- 关于AWT和Swing说法正确的是()。
- 1. class
- 如下代码,result变量的输出结果是多
- Click the
- 现有: &ens
- Java语言中表达式“11”+22的结果
- 为了良好地组织包结构,Java系统会自动
- public class&e