在卡努杜关于电影是“第七艺术”一说中,所谓的三种时间艺术是()。
A.音乐、诗歌、绘画
B.音乐、文学、戏剧
C.音乐、诗歌、舞蹈
D.文学、戏剧、音乐
参考答案:C
下列程序的运行结果是______。 Class C14 implements Runnable private int i; public C14(int n) this.i = n; public void run) try Thread.currentThread().sleep(i); catch(InterruptedException ie) System.err.println(ie.tString()); System. out.println("线程" + Thread.currentThread() .getName + "睡眠了" + i + "毫秒结束"); public class Testl4 public static void main(String[] args) Thread t = new Thread(new C14(300), "t"); t.start();
A.线程t睡眠了300毫秒结束
B.线程Thread-0睡眠了300毫秒结束
C.线程t睡眠了i毫秒结束
D.线程Thread-0睡眠了i毫秒结束
为了让政府的权力在阳光下运行,各级政府纷纷建立网站,“网民”把政府网站称作“24小时不下班的政府”,这说明政府 [ ]
A.为群众提供便捷的政务服务
B.可以解决公民中的一切问题
C.是我们国家的最高权力机关
D.是权力机关的重要组成部分