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