Multiple choice technology web technology

which of the below java components has an associated mark up ?

  1. form

  2. panel

  3. webpage

  4. window

  5. fragment

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

In Apache Wicket, WebPage components have associated markup files (HTML templates) that define their structure. Form, Panel, Window, and Fragment components are contained within pages and don't have their own markup files - they're defined within the parent page's markup.