A question from j2eeCertificate:-
Which of the following statements are true about the taglib directive? [Check all correct answers]
1. The uri element can only contain an absolute URI that identifies a tag library.
2. The uri element can only contain a relative URI that identifies a tag library.
3. The prefix element indicates a unique
string.
4. The following prefixes cannot be used:
java,
servlet and sun.
5. If the uri contains an absolute path to a jar file then all handler classes should be included in the jar file and cannot be defined in the web-application classpath.
Answers are 3,4 and 5
HOW IS 5 COREECT?
thanks,mallika