If you have read my previous article which solely focused on getting you started with the JAVA Collections framework then it's time to dig a little deeper and create an application to demonstrate the use of Collections in real world application. I have chosen Shopping Cart application for this purpose because I found it perfect for the situation and the use of collection in … [Read more...] about Simple Shopping Cart in JAVA using Collections