题目内容

中国金融结构正在从银行主导型向市场主导型转变。

A. 对
B. 错

查看答案
更多问题

下列关于成员变量默认值的描述中,错误的是( )

A. byte类型的数据默认值是0。
B. int类型的数据默认值是0。
C. boolean类型的数据默认值是0。
D. float类型的数据默认值是0.0f

下面程序运行的结果是( )class Demo{public static void main(String[] args){int x = 100;try{x = div(1,2);}catch(Exception e){System.out.println(e);}System.out.println(x);}public static int div(int a,int b){return a / b ;}}

A. 输出1;
B. 输出0;
C. 输出0.5
D. 编译失败;

In France you are expected to shake hands with everyone you meet.

A. 对
B. 错

People in Britain shake hands just as much as people in Germany.

A. 对
B. 错

答案查题题库