Join Two Array In Java & Remove Duplicates

Join Two Array In Java & Remove Duplicates explains about how to join two Array into a single Array and removing duplicate entries using java api.
We have some situation where we need to join two or more Array into a single Array.
There are lot of different ways, we can do this