死循环了~~~~~~~~~~
public class TryNull { }class Main { public static void main(String[] args) { TryNull t = new TryNull(); }}