Multiple choice technology web technology

All JSR168 portlet custom tags are prefixed with:

  1. portlet

  2. portal

  3. portletAPI

  4. depends on the taglib definition

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

JSR168 portlet custom tags are not prefixed with a fixed string like 'portlet', 'portal', or 'portletAPI'. The prefix depends entirely on the taglib definition in the portlet's deployment descriptor and tag library descriptor files. Developers define their own prefixes in the taglib directive.