UPX x = new UPX(); UPY y = new UPY(); System.out.println("We have constructed two objects:"); System.out.println(x); System.out.println(y);