Multiple choice technology web technology

Java component and its associated markup should be in the same directory?

  1. True

  2. False

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

In Wicket, the Java component class and its associated HTML markup file must reside in the same package (directory) for the framework to automatically locate and load the markup. This is a fundamental Wicket convention for component organization.