Multiple choice technology web technology

Which of the following container is sub class of Panel Container

  1. ViewStack

  2. TitleWindow

  3. Accordion

  4. Application

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

In Apache Flex, TitleWindow is a subclass of Panel that adds a title bar and close button, typically used for modal dialog-style windows. ViewStack, Accordion, and Application are not Panel subclasses; Application is typically the root container.