public class Test1{ public Test1(){ System.out.println("test1()"); } public Test1(String name){ System.out.println("test1("+name+")"); } }