This is my code
Class Test { public SomeOtherClass objectA ; objectA = new SomeOtherClass(); System.out.println("After instantiation :"+objectA ) } C