Posted By:
John_Zukowski
Posted On:
Friday, August 3, 2001 08:01 AM
I don't quite understand your question. ListResourceBundle and PropertiesResourceBundle are specific types of resource bundles. Your code
should never require that a resource bundle is of either type, only ResourceBundle.
Regarding your ClassCastException, getStringArray() returns a String[], not a ResourceBundle, so there should be no casting whatsoever.