

Ans:
The ContainerCreationPolicy class defines the constant values for the creationPolicy property of the Container class. THis is used with the container like Accordian, viewstack etc.
Constants:
1. ALL: Immediately create all descendants.
2. AUTO: Delay creating some or all descendants until they are needed.
3. NONE: Do not create any children.
4. QUEUED: Add the container to a creation queue.