下面是一个类的定义,试将程序补充完整。
class A{
String s;
____int a=66;
A(String sl){
s=sl;
}
static int geta(){
return a;
}
}
下列程序的运行结果是【 】。
public class Test {
public static void main (String args[]) {
String s1="hello!";
System.out.println (s1.toUpperCase());
}}
长理培训客户端 资讯,试题,视频一手掌握
去 App Store 免费下载 iOS 客户端
点击加载更多评论>>