Given in a single JSP page:<br /> <%@ taglib prefix=’java’ uri=’myTags’ %><br /> <%@ taglib prefix=’JAVA’ uri=’moreTags’ %> <br /> 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