Oracle SQL and Java J2EE Web Development Quiz
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice
A JSP file that uses a tag library must declare the tag library first. The tag library is defined using the taglib directive - <%= taglib uri="..." prefix="..."%> Which of the following specifies the correct purpose of prefix attribute. Select the one correct answer.
- A. The prefix defines the name of the tag that may be used for a tag library
- B. The prefix attribute defines the location of the tag library descriptor file.
- C. The prefix attribute should refer to the short name attribute of the tag library file that is defined by the uri attribute of taglib directive.
- D. The prefix attribute is used in front of a tagname of a tag defined within the tag library.