Sets are extremely useful for cases where you don't want to sit and write code around your collections to ensure that there are no duplicates. Actually, why would you when Java gives you a powerful class that does all this for you. In this chapter we are going to look at Sets that give us the very feature we talked about in the previous 2 lines.
So, lets get started!!!
Using Sets
Remember