【单选题】如果容器组件 d 的布局是Flow Layout ,它包含的组件个数是4个,则 应该使用的语句是( )
A.
d.setLayout(new FlowLayout);
B.
d.setLayout(new FlowLayout());
C.
d.setLayout(new FlowLayout(2,2));
【简答题】Make a short video to Talk about your sports preference in your daily life. PS: If you could use what we learned in this lesson, it will be better.
【单选题】如果容器组件p的布局是BorderLayout,则在p容器中添加一个按钮b,应该使用的语句是 ( )
【单选题】如果容器组件 b 的布局是 GridLayout ,共分为4行2列,则 应该使用的语句是( )
C.
b.setLayout(new GridLayout(4,2));
D.
b.setLayout(new GridLayout(2,4));
【单选题】以下关于线性表和有序表的叙述中正确的是
D.
有序表可以采用顺序表存储,而线性表不能采用顺序表存储
【多选题】下列关于线性表的叙述中,正确的有( )。
【单选题】下列关于线性表的叙述中,不正确的是 ______。
C.
线性表的每一个结点有且仅有一个前趋和一个后继