I\'m trying to debug a program I inherited. This program contains Strings, array lists and collections, lots of casting between types, and I need to do some String manipulations
Use the getClass() method.
getClass()
Object o; System.out.println(o.getClass());