If you have read my previous article which solely focuses on getting you started with the JAVA Collections framework then it's time to dig a little deeper and create a Shopping Cart application to demonstrate the use of Collections in a real-world application. I have chosen Shopping Cart application for this purpose because I found it perfect for implementing collections in … [Read more...] about Simple Shopping Cart Project in JAVA using Collections
java programming
A Beginners Guide to Understand Collections in JAVA
I learned about Collections framework in Java in the first week itself. In fact this was the second topic that I picked up after learning the basics of the language. Recently I was trying to teach Java to a beginner and I saw that the Collections framework is a bit hard to grasp for some people. And the reason that I think is the lack of knowledge about Java's basic features … [Read more...] about A Beginners Guide to Understand Collections in JAVA