P10: In Java, ___________ is used to declare a class-like structure.
A: New
B: Interface
C: Catch
D: Abstract
A: New
B: Interface
C: Catch
D: Abstract
举一反三
- 在Java中声明接口用的关键字是()。 A: abstract B: interface C: new D: class
- 定义抽象类的关键字是( ) A: Class B: New C: abstract D: catch
- P10: In Java, __________ is the keyword that declares a set of statements which will be executed if a matching Java exception occurs in the preceding "try" block. A: Catch B: Implements C: Byte D: Abstract
- 在Java中,使用什么关键字定义接口()。 A: class B: implements C: abstract D: interface
- 下面不是JAVA关键字是 A: class B: new C: subclass D: interface