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

时间:2022-09-02 06:46:35 所属题库:SCWCD(310-083)题库

相似题目