单选题 Applet的默认布局管理器是______。
【正确答案】 B
【答案解析】[解析] Applet的默认布局管理器是FlowLayout,AWT的默认布局管理器是FlowLayout,Swing的默认布局管理器是BorderLayout。因此本题选择B。