Programming Tutorials

Comment on Tutorial - Use List, Set, SortedSet, LinkedHashSet, Map, LinkedHashMap in java By Saravanan



Comment Added by : kalaivanan

Comment Added at : 2012-04-11 06:51:49

Comment on Tutorial : Use List, Set, SortedSet, LinkedHashSet, Map, LinkedHashMap in java By Saravanan
Good Explanation for the collections. The output for the program is wrong.

Correct Answer:

List:angel schildt mathew schildt
set:rose schildt mathew
mathew schildt set:jasmine
set:winslet schildt mathew
schildt map mathew
java2s HashMap Hyden
map mathew schildt
TreeMap Hyden java2s
map schildt mathew
LinkedHashMap java2s Hyden


View Tutorial