单项选择题 当对Set类型的集合使用add()方法时,若方法返回false说明什么?()
单项选择题 集合API中Set接口的特点是哪项?()
单项选择题 public class TestA{ public void methodA() throws IOException{ //…… } } public class TestB extends TestA{ public void methodA() throws EOFException{ //…… } } public class TestC extends TestA{ public void methodA() throws Exception{ //…… } } 当编译类TestC的时候,结果是哪项?()