Multiple Choices
Answer (Choose 1 answer)
Which statements are BEST describe uri attribute of <%@ taglib uri=...%>directive of JSP file
A. Specifies the relative or absolute URI of the tag library descriptor.
B. Specifies the required prefix that distinguishes custom tags from built-in tags. The prefix r java, javax, servlet, sun and sunw are reserved.
C. Allows programmers to include their own new tags in the form of tag libraries. These libra to encapsulate functionality and simplify the coding of a JSP.
D. The scripting language used in the JSP. Currently, the only valid value for this attribute is
Ex