Class Test
{
Test()
{
this(5)
System.out.println("default constructor called");
}

Test(int x)
{