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
Programming
A Beginners Guide to Understand Collections in JAVA
Hello friends, in this article I’ll try to make collections very easy for you to understand. This is one of the easiest and yet misunderstood concept for the beginners. It is pretty easy to get started with collections but to understand the use of collections takes some experience and understanding of the real world problem modelling. What I mean to say here is that, beginners … [Read more...] about A Beginners Guide to Understand Collections in JAVA
Getting Started With Spring Framework in less than 30 minutes
When you first hear the word “Spring” your mind creates a beautiful picture of a season which comes after winter and before summer. In this article, I’m going to inject a completely different image for the word Spring. I know you are not getting any bit of what I’m saying but till the end of this article you will have a clear understanding of these things and getting started … [Read more...] about Getting Started With Spring Framework in less than 30 minutes
Thinking In OOPs (Object Oriented Programming)
Thinking in OOPS Object Oriented Programming is one of the most misunderstood concepts in today’s world. It may seem a hard implication at this age where every other programmer is using object oriented language to structure their code, but do we really understand OOPS and the way it must be used to solve our problems better. What is OOPS? Do you know the full … [Read more...] about Thinking In OOPs (Object Oriented Programming)