可学答题网 > 问答 > SCWCD(310-083)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given in a single&ensp


Given in a single JSP page: <%@ taglib prefix=’java’ uri=’myTags’ %> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %>  Which two are true?()

  • AThe prefix ’java’ is reserved.
  • BThe URI ’myTags’ must be properly mapped to a TLD file by the web container.
  • CA translation error occurs because the prefix is considered identical by the web container.
  • DFor the tag usage , the tag1 must be unique in the union of tag names in ’myTags’ and’moreTags’.
参考答案
参考解析:
分类:SCWCD(310-083)题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、Given a header in&ensp

Given&ensp;a&ensp;header&ensp;in&ensp;an&ensp;HTTP&ensp;request:X-Retries:4Which&ensp;two&ensp;retrieve&ensp;the&ensp;value&ensp;of&ensp;the&ensp;header&ensp;from&...

3、Given the following in

Given&ensp;the&ensp;following&ensp;interface&ensp;definition,&ensp;which&ensp;definitions&ensp;are&ensp;valid?()&ensp;&ensp;interface&ensp;I&ensp;{&ensp;&ensp;vo...

4、现有int a,*b;,b=&a;,则下列运算错误的是

现有int a,*b;,b=&a;,则下列运算错误的是A*&aB&*aC*&bD&*b

5、若有定义语句:double a,+P=&;a;以下叙述中错误的是( )

若有定义语句:double a,+P=&amp;a;以下叙述中错误的是( )。A定义语句中的*号是一个问址运算符B定义语句中的*号是一个说明符C定义语句中的P只能存放double类型变量的地址...

6、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1