1 class Test {
Test()2   public Test() {}
3 
Test(String s)4   public Test(String s) {}
5 }
6