题目内容

Analyze the following code: class Test { public static void main(String[] args) {System.out.println(xMethod((double)5));} public static int xMethod(int n) {System.out.println("int");return n;} public static long xMethod(long n) {System.out.println("long");return n;} }

A. The program displays int followed by 5.
B. The program displays long followed by 5.
C. The program runs fine but displays things other than 5.
D. The program does not compile.

查看答案
更多问题

网络中的时延通过由()、()、()和排队时延四个部分组成。

在高速链路(或高带宽链路)上,比特会传送得更快些。

A. 对
B. 错

传播时延取决于传输信道的介质材料和传输距离。

A. 对
B. 错

信道利用率越高越好。

A. 对
B. 错

答案查题题库