当前位置: > 请看看下面两道Java题,选择哪个答案,并请说明原因!...
题目
请看看下面两道Java题,选择哪个答案,并请说明原因!
1.指出正确的表达式().
A. byte = 128;
B. Boolean = null;
C. long l = 0xfffL;
D. double = 0.9239d;
2.指出下列程序运行的结果
public class Example{
String str=new String("good");
char[]ch={'a','b','c'};
public static void main(String args[]){
Example ex=new Example();
ex.change(ex.str,ex.ch);
System.out.print(ex.str+" and ");
System.out.print(ex.ch);
}
public void change(String str,char ch[]){
str="test ok";
ch[0]='g';
}
}
A.good and abc
B.good and gbc
C.test ok and abc
D.test ok and gbc

提问时间:2021-04-04

答案
1.C 答案A 超出了范围 bye的取值范围是-128-127 答案B boolean行只有两种取值true和false没有null 答案D 没有变量名2.B 因为字符串作为参数传递的时候,其实传递的是一个字符串的副本,所以对字符串的修...
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
版权所有 CopyRight © 2012-2019 超级试练试题库 All Rights Reserved.