试题详情
- 多项选择题 Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> Which two are true?()
A、The prefix ’java’ is reserved.
B、The URI ’myTags’ must be properly mapped to a TLD file by the web container.
C、A translation error occurs because the prefix is considered identical by the web container.
D、For the tag usage
, the tag1 must be unique in the union of tag names in ’myTags’ and’moreTags’.
- A,B
关注下方微信公众号,在线模考后查看
热门试题
- 已知Sn=A1+A2+A3+...+An
- java中的标识符可以是任意长度
- public static void
- 假设有字符串“123”,能把该字符串变成
- 在java中.在使用JDBC时。对于多次
- 用cos(x)≈1-x^2/2!+x^4
- 节点流与处理流有什么差别?
- 什么是包?它的作用是什么?
- Given the̳
- 1. class
- Which the basi
- public class&e
- What is th
- What is th
- 已知: 则下面哪些语句在横线处是合法的
- What is th
- Which defines&
- 编写一个Java程序,用if-else语
- 下列java程序的输出结果为()。
- 下面程序的输出是什么()。