Multiple choice technology web technology

Is the object referenced by a CompoundPropertyModel should be Serializable?

  1. True

  2. False

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

Wicket does NOT require objects referenced by CompoundPropertyModel to be Serializable. While serialization can be useful for clustering or session replication, it is not mandatory for basic CompoundPropertyModel functionality.