Hi, I have an Arraylist that contains hashtables, trying to retrieve those hashtable using: Hashtable hash=null; hash = (Hashtable)arr(0); I get ClassCastException (although the compilation goes well). How do I cast an Arraylist to get my hashpapies?? Thanks
Moving this thread from the Cattle Drive forum to Java in General (intermediate) because it doesn't seem connected to any of the Cattle Drive assignments.