Let me tell you a well-known secret: You cannot always make the right decisions in your life. ~Annonymous This little secret is the truth of life. You cannot always make the right decisions. Even if you have thought a million times before making a decision, there is a probability that your decision will be wrong. I really do not like this idea. No matter how true it … [Read more...] about Always Keep Things Simple
kiss
Simple Shopping Cart in JAVA using Collections
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