远在公元前2世纪,我国便有人用冰磨成凸透镜,对着太阳光取火,这是利用了凸透镜对光的__________作用。
会聚
下列程序打包到example包,main方法调用线程类输出0~9这10个数,请填写横线处的内容。 注意:请勿改动main()主方法和其他已有语句内容,仅在横线处填入适当语句。 ______ interface MyInterface { public abstract void print(int n); } class Mythread extends Thread ______ MyInterface { public void run() { for(int i = 0; i < 10; i++) this.print(i); } public void print(int n) { System.out.print(n +" "); } } public class Example1_6 { public static void main(String argv[]) { Mythread th = new Mythread(); ______ } }
旅游列车编挂娱乐车、会议车时,均按相应等级()车标记定员票价核收使用费。
A.硬座
B.硬卧
C.软座
D.软卧