Multiple choice technology packaged enterprise solutions

ClfyMenu custom tag used to create application menus consists of __________ and is defined as part of _________.

  1. clfy:menuitem, clarifyMenu.tld

  2. clfy:menu , clarify.tld

  3. clfy:menu, clarifyMenu.tld

  4. Clfy:menu, clarify.tld

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

The ClfyMenu custom tag in Clarify JSPs uses the 'clfy:menu' tag syntax and is defined in the clarify.tld (Tag Library Descriptor) file. Options A and C incorrectly use 'clarifyMenu.tld' while D has incorrect capitalization 'Clfy:menu' instead of 'clfy:menu'.

AI explanation

The ClfyMenu custom tag is used with the clfy:menu tag name to build application menus, and its tag definition is declared as part of the clarify.tld tag library descriptor file, which registers the custom tags available to JSP pages in the Clarify application.