Multiple choice technology web technology

Should the object referenced by a CompoundPropertyModel be Serializable?

  1. True

  2. False

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

Objects referenced by CompoundPropertyModel should ideally be Serializable to support session replication, clustering, and other scenarios where the session may be serialized. However, Wicket does not strictly enforce this for basic operation, so the answer is False - it's recommended but not required.