题目内容

Try to understand and respect each other.

查看答案
更多问题

Beslow in choosing a friend, slower in changing.

We always follow three rules.

Java是一种__________类的语言。

A. 解释型
B. 编译型
C. 编译解释型
D. 无类型

下面代码的输出结果为?int m = 5,n = 6;int x = (m++) + n;int y =(–m) + n;System.out.print(“x=” + x+ “,”);System.out.println(“y” + y);

A. x=11,y=0
B. x=10,y=11
C. x=10,y=12
D. x=12,y=10

答案查题题库