Hey
This is probably really simple, and im sure I've seen this before, but I've been coding for the last 18 hours and my mind isn't working properly.
I'm storing objects inside an arraylist in Java, and when i try to get them back out, they are being returned as type Object. How can I cast it back to the Class type, and get access to its accessor methods?
Thanks


LinkBack URL
About LinkBacks
Reply With Quote