System.out.println(2〈〈3);
不可以,一個(gè)對(duì)象的方法只能由一個(gè)線程訪問。
Constructor不可以被繼承,因此不能被重寫(Overriding),但可以被重載(Overloading).