0% found this document useful (0 votes)
53 views1 page

Dictionary, Vector, Stack Properties

Prior to Java 2, Java provided various classes like Dictionary, Vector, Stack, and Properties to store and manipulate objects, but they lacked a central theme so using one class was different than another. The collections framework was designed to meet several goals including being high-performance with efficient fundamental collection implementations like dynamic arrays, lists, and maps, and making common operations on those collections easy.

Uploaded by

Amutha Arun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Dictionary, Vector, Stack Properties

Prior to Java 2, Java provided various classes like Dictionary, Vector, Stack, and Properties to store and manipulate objects, but they lacked a central theme so using one class was different than another. The collections framework was designed to meet several goals including being high-performance with efficient fundamental collection implementations like dynamic arrays, lists, and maps, and making common operations on those collections easy.

Uploaded by

Amutha Arun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Prior to Java 2, Java provided ad hoc classes such as Dictionary, Vector, Stack, and Properties to store and

manipulate groups of objects. Although these classes were quite useful, they lacked a central, unifying theme. Thus,
the way that you used Vector was different from the way that you used Properties.
The collections framework was designed to meet several goals.

The framework had to be high-performance. The implementations for the fundamental collections (dynamic arrays,

to be easy.

You might also like