(单选题)
Given: 10.interface Data { public void load(); } 11.abstract class Info { public abstract void load(); } Which class correctly uses the Data interface and Info class?()
A
B
C
D
正确答案
答案解析
略
相似试题
(单选题)
Given:10. interface Data { public void load( ); }11. abstract class Info { public abstract void load( ); }Which class correctly uses the Data interface and Info class?()()
(多选题)
Given: Which three changes should be made to adapt this class to be used safely by multiple threads?()
(单选题)
Click the Exhibit button. Given: Which statement is true if a TestException is thrown on line 3 of class B?()
(多选题)
Click the Exhibit button. Given: Which two statements are true if a NullPointerException is thrown on line 3 of class C?()
(简答题)
Given:
(单选题)
Given: Which statement is true?()
(单选题)
Given: Which is true?()
(单选题)
Given: What is the result?()
(单选题)
Given: What is the result?()