Another question
Which of the following statements are true of custom tags that are created by extending the SimpleTagSupport class.
a. Such tags may contain JSTL expressions within the body
b. Such tags cannot manipulate the content of the body
c. Such tags cannot contain EL expressions within the body
d. Such tags cannot have a bodycontent type of
JSP e. Such tags do not need to be defined with a TLD file
options in radio buttons not in check boxs answer : a
i select option d. but i didn't get any mark.
I think option a and d are correct. Am i right?