Mon
8
Aug '05
Useful classes?
by Frank Spychalski filed under Java, Work

My article about Proxy and InvocationHandle made me think about other useful classes. I don’t know how long it took me to realize how much useful stuff can be found in Collections.

Are there other classes out there (I’m not talking about yet another cool third party jar but about foundation classes) that I haven’t found yet?


One Response to “Useful classes?”

  1. 1

    If you like Collections, then you probably like Arrays, too.
    And Array to work with different types of arrays.

    Store and easily access user-specific Preferences for any application.

    To provide localised text for your application, use a ResourceBundle

    For everybody who works with GUIs: SwingUtilities and Toolkit

    schlumpf (August 17th, 2005 at 11:44)

Any comments? Or questions? Just leave a Reply: