郭涑若《炉中煤》中,作者让炉中煤来诉说衷情,这里运用的修辞手法是
查看答案
“举案齐眉”、“乘舟梦日”、“鲈鱼堪脍”三个典故所涉及的人物依次是
A. 孟光、季鹰、伊尹
B. 孟光、伊尹、季鹰
C. 伊尹、盂光、季鹰
D. 季鹰、伊尹、孟光
下列程序的运行结果是()。 Public class sun { Public static void main(String args[]) { int x=4,y=0; if(Math.pow(X,2)= =16) y—x ; if(Math.pow(X,2)<15) y—l/x; if(Math.pow(X,2)>15) y=(int)Math.pow(X,2)+1; system.out.println(y); } }
A. 4
B. 17
C. 18
D. 0.25
下列特点中不属于Java的是()。
A. 多线程
B. 多重继承
C. 跨平台
D. 动态性
下列程序从标准输入设备——键盘读入一个字符,然后输出到屏幕。要想完成此功能,画线处应该填人的语句为()。 importjava.iO.*; public class Test { public static void main(String argsE]) { charch: try { ___; System.out.println(eh); } catch(IOException e) { e.printStackTrace: } } }
A. ch=System.in.read:
B. ch=(char)System.in.read:
C. ch=(char)System.in.readln:
D. ch=(int)System.in.read;