题目内容

Java语言使用 ______关键字来实现接口。

A. this
B. extends
C. super
D. implements

查看答案
更多问题

在定义类的过程中,Java语言使用 ______关键字代表当前对象。

A. this
B. implements
C. extends
D. super

在定义类的过程中,Java语言使用 ______关键字代表当前对象的直接父类对象。

A. implements
B. super
C. extends
D. this

Java语言使用 ______关键字来创建对象实例。

A. class
B. interface
C. new
D. return

Java语言使用 ______关键字来在方法头部声明抛出的异常类。

A. try
B. catch
C. throw
D. throws

答案查题题库