aspose file tools
The moose likes Beginning Java and the fly likes Collections = Data Structures? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Collections = Data Structures?" Watch "Collections = Data Structures?" New topic
Author

Collections = Data Structures?

Tony Lucci
Greenhorn

Joined: Sep 22, 2005
Posts: 2
Does the term "data structures" mean the same thing as "collections"?
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

In a broad sense, data structures are ways of storing information. Different data structures can allow for (or hinder) efficient handling of the information. Collections are examples of data structures.

See this article for an overview...

http://en.wikipedia.org/wiki/Data_structure


"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
 
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: Collections = Data Structures?
 
Similar Threads
programming website?
ArrayList, clone, and primitive boxed values: shallow copy acting like a deep one!
Stack and Queue Implementation
Why Does Java Support both Wrapper Classes & Primitive types?
Head First Java 2