A.BorderLayout B.FlowLayout C.GridLayout D.CardLayout
A.abstract B.static C.implements D.extends
A.if语句和else语句必须成对出现 B.if语句可以没有else语句对应 C.switch结构中每个case语句中必须用break语句 D.switch结构中必须有default语句
A.隐藏 B.覆盖 C.重载 D.Java不支持此特性
A.do-while循环 B.for循环 C.while循环 D.以上都不是