Multiple choice

Which of the following layout managers is used to manage the components in such a manner that only one component is visible at a time?

  1. Grid layout

  2. Border layout

  3. Card layout

  4. None of the above

  5. Both (2) and (3)

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

It arranges the components of a container in such a way that only one component can be viewed at a time.