Multiple choice technology programming languages Default layout for frame Flow Layout GridLayout Card Layout BorderLayout GridBagLayout Reveal answer Fill a bubble to check yourself D Correct answer Explanation In Java's AWT and Swing, the default layout manager for Frame and JFrame is BorderLayout. Other options like FlowLayout (default for Panel/Applet), GridLayout, and CardLayout must be explicitly set using the setLayout method.