1)
The tag library descriptor for a tag library must be kept in META-INF/taglib.tld, if the tag library is packaged in a jar file
2)
The tag library descriptor for a tag library may be kept in WEB-INF/taglib.tld, if the tag library is packaged in a jar file.
3)
A
JSP 2.0 compliant container is guaranteed to generate impliciting mapping for JSTL tag libraries.
4)
A JSP 2.0 compliant container will automatically genarate an implicit tag library for a set of tag files.
5)
The tag library descriptor for a tag library not packaged as a jar file may be kept anywhere in /tld directory of the web application's document root.
Please Advise..i am confused about the answer..