Multiple choice

Which of the following layout managers in Java is used to manage the components in the directions like north, south, east, west and center?

  1. Border layout

  2. Grid layout

  3. Flow layout

  4. Both (2) and (3)

  5. None of the above

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

Border layout positioned the components of the container in the north, south, east, west and center direction.