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?()
A.
The TLD must be located within the WEB-INF directory of the JAR file.
B.
The TLD must be located within the META-INF directory of the JAR file.
C.
The TLD must be located within the META-INF/tld/ directory of the JAR file.
D.
The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.
E.
The TLD must be located within a subdirectory of META-INF directory of the JAR file.