Multiple choice technology web technology

The skeleton comprises JSPs that are executed in a predetermined order. Which of these represents this order?

  1. portlet, page, book, menu, desktop

  2. book, page, portlet, desktop, menu

  3. desktop, book, menu, page, portlet

  4. menu, desktop, book, page, portlet

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

Portal skeleton execution follows a hierarchy: Desktop (outermost) → Book → Menu → Page → Portlet (innermost). This order ensures proper nesting and rendering of portal components from broadest to most specific.