Multiple choice technology web technology

Components in wicket act as

  1. view

  2. controller

  3. Model

  4. 1 & 2

  5. 2 & 3

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

In Apache Wicket, components act as controllers - they handle user input, coordinate interactions between the model and view, and control the application flow. Wicket follows a Model-View-Controller pattern where components are the controllers that manage the presentation logic.