多项选择题
可用于定义新线程类的方法有()。
A、implement the Runnable interface B、add a run()method in the class C、create an instance of Thread D、extend the Thread class
多项选择题 创建一个向文件“file.txt”追加内容的输出流对象的语句有()。
多项选择题 下列选项中,能正确声明一个一维数组的有()。
多项选择题 下列选项中可以替换所给代码中第2行的有()。