Multiple Choices
Answer (Choose 1 answer)
Which statements are BEST describe taglib directive of JSP file?
A. Defines page settings for the JSP container to process
B. Causes the JSP container to perform a translation-time insertion of another resource's cc JSP is translated into a servlet and compiled, the referenced file replaces the include directiv as if it were originally part of the JSP.
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