String[] x = new String [5]; Object c = x; System.out.println ( x.toString() ); System.out.println ( x.hashCode() );