下面_________陈述是正确的?
A: RadioButton继承自ButtonBase.
B: RadioButton继承自Button.
C: RadioButton继承自Labeled.
D: RadioButton继承自Control.
E: RadioButton继承自Node.
A: RadioButton继承自ButtonBase.
B: RadioButton继承自Button.
C: RadioButton继承自Labeled.
D: RadioButton继承自Control.
E: RadioButton继承自Node.
A,C,D,E
举一反三
- 以下继承自Button,且都与处理用户点击事件有关、能实现选择功能的控件有 A: Button B: RadioButton C: CheckBox D: ToggleButton
- RadioButton和CheckBox都继承Android的哪个类( )? A: View B: Button C: TextView D: EditText
- 下面的描述正确的是() A: PreparedStatement继承自Statement B: Statement继承自PreparedStatement C: ResultSet继承自Statement D: CallableStatement继承自Statement
- 下面关于JDBC对象的描述正确的是( ) A: PreparedStatement继承自Statement B: Statement继承自PreparedStatement C: ResultSet继承自Statement D: CallableStatement继承自PreparedStatement E: 2 F: 特性分析
- 下面的描述正确的是什么? A. B. A: PreparedStatement继承自Statement B: Statement继承自PreparedStatement C: ResultSet继承自Statement D: Connection继承自PreparedStatement
内容
- 0
3、下面关于java.lang.Exception类的说法正确的是()。 A: 继承自Throwable B: 继承自Serializable C: 继承自Error D: 是异常体系的最终父类,只继承Object
- 1
下列关于Button控件说法错误的是 A: Button控件是RadioButton的父类 B: Button可以通过设置onClick属性来设置点击事件 C: RadioButton需要配合RadioGroup使用 D: RadioButton中的选项是非互斥的
- 2
假如,类M继承自类N,而类N又继承自类P,则类M也继承自类P。
- 3
MPMoviePlayerController继承自( )。
- 4
在同一个RadioGroup里的多个RadioButton,只能选中其中的一个RadioButton