Multiple choice technology programming languages

Which containers use a Border layout as their default layout?-

  1. Window

  2. Frame

  3. Dialog

  4. All the above

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

In Java's AWT, the Window class and its subclasses (Frame and Dialog) all use BorderLayout as their default layout manager. Since Frame and Dialog inherit from Window, all options share this default layout.