Prev: JFrame window dimensions
Next: Generics: instantiating an object from a class name in configuration
From: Debajyoti Sarma on 11 Jul 2010 23:58 Hi all, I m aware of Java programming but don't know the features provided by Java. So want to learn Java Collections.Please direct me to a proper book .
From: Mike Schilling on 12 Jul 2010 02:07 "Debajyoti Sarma" <sarma.debajyoti(a)gmail.com> wrote in message news:3fd61455-4715-4c44-9a14-b4ffa5cd4558(a)z15g2000prn.googlegroups.com... > Hi all, > I m aware of Java programming but don't know the features provided by > Java. > So want to learn Java Collections.Please direct me to a proper book . I'm quite impressed with this one http://www.amazon.com/Java-Generics-Collections-Maurice-Naftalin/dp/0596527756, which, as the title implies, discusses both collections and generics.
From: Roedy Green on 12 Jul 2010 09:55 On Sun, 11 Jul 2010 20:58:58 -0700 (PDT), Debajyoti Sarma <sarma.debajyoti(a)gmail.com> wrote, quoted or indirectly quoted someone who said : >Hi all, >I m aware of Java programming but don't know the features provided by >Java. >So want to learn Java Collections.Please direct me to a proper book . see http://mindprod.com/jgloss/collection.html and http://mindprod.com/jgloss/generics.html The collections don't need a book. The Javadoc is fine plus perhaps an overview. You need something to explain how generics and collections interact. -- Roedy Green Canadian Mind Products http://mindprod.com You encapsulate not just to save typing, but more importantly, to make it easy and safe to change the code later, since you then need change the logic in only one place. Without it, you might fail to change the logic in all the places it occurs.
|
Pages: 1 Prev: JFrame window dimensions Next: Generics: instantiating an object from a class name in configuration |