Test4:Java中的类和对象测试题
问题 1 What happens when you try to compile and run the following program?
class Mystery {
String s;
public static void main(String[] args){
Mystery m = new