class TestMe{
public static void main (String args[]){
String s3;
System.out.print(s3);
}
}
Run Code Online (Sandbox Code Playgroud)
为什么编译器给出错误,引用对象的默认值为null,为什么它不是输出... ??
error: variable s3 might not have been initialized