Results 1 to 3 of 3
Thread: Collection Types
- 04-18-2009, 03:34 PM #1
Member
- Join Date
- Apr 2009
- Posts
- 49
- Rep Power
- 0
Collection Types
Hey guys,
Before I started coding in Java, C# and C++; I was only really focused on procedural coding and in particular that of Mathematical algorithms, now that I have entered the world of OOP, I have been obsessing over learning as much as possible about all the different collection types, I read many texts, forums etc etc; however most of which seem to have a pre-assumption of knowledge in the field, So my question is - does anyone know any good references that explain explicitly all the Collection types in Java? and most importantly the efficiency of each, when to use what etc?
Cheers,
David
- 04-18-2009, 03:54 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You can find the all basis about collections in Java on the Java doc. Did you read that?
When to use what.... I don't think we can find a direct answer for this. Because we need to take different approach in different implementations we workout in our projects. If you know what each collection do and how it behave, selecting the best is not a big task.
- 04-18-2009, 05:03 PM #3
A good book is Introduction to Algorithms ISBN 0-262-53196-8
It covers all the data structures in the Collections framework, and then some.Don't forget to mark threads as [SOLVED] and give reps to helpful posts.
How To Ask Questions The Smart Way
Similar Threads
-
WHy does it say imcompatable types?
By PeterFeng in forum New To JavaReplies: 3Last Post: 01-14-2009, 05:54 PM -
Collection - java
By Moonlightkid in forum Advanced JavaReplies: 3Last Post: 09-02-2008, 05:04 AM -
How to use Collection in Spring
By Java Tip in forum Java TipReplies: 0Last Post: 03-29-2008, 12:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks