File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes storing utilities... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "storing utilities..." Watch "storing utilities..." New topic
Author

storing utilities...

kevin schmidt
Ranch Hand

Joined: Aug 24, 2001
Posts: 85
Hi,
What other utilities does java have for storing information besides arrays? I was also wondering, what websites are good on the internet for reading up about arrays and other java storing utilities. TIA.
kevin
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
The Collections API provides many storage options. Here is a link to the Sun site for a Collections article:
http://developer.java.sun.com/developer/technicalArticles/Collections/Using/index.html
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: storing utilities...
 
Similar Threads
Best option for two dimensional data - rectangular data - rows columns
General Questions about java
Where do you go when Google fails?
Helping Setting JDK 1.6 in Leopard
Arrays - basic question