The prefix ’java’ is reserved.
The URI ’myTags’ must be properly mapped to a TLD file by the web container.
A translation error occurs because the prefix is considered identical by the web container.
For the tag usage
第1题:
A developer wants a web application to be notified when the application is about to be shut down. Which two actions are necessary to accomplish this goal?()
第2题:
下面哪个方法不属于JSP指令:()
第3题:
在J2EE中,在my.jsp中使用标记扩展,下列选项正确的是()
第4题:
要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()
第5题:
在JSP中,若要在JSP正确使用标签:
第6题:
To take advantage of the capabilities of modern browsers that use web standards, such as XHTML andCSS, your web application is being converted from simple JSP pages to JSP Document format. However,one of your JSPs, /scripts/screenFunctions.jsp, generates a JavaScript file. This file is included in severalweb forms to create screen-specific validation functions and are included in these pages with the followingstatement: 10. 11.
第7题:
You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()
第8题:
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?()
第9题:
在java程序中的my.jsp中要使用标记扩展,下列选项正确的是()。
第10题: