I got two ArrayList with Strings inside, so I want to compare those Strings with logical comparators || or && ("or" or "and") comparators and put result in a third ArrayList
Assuming
First Array contains: "Hi", "Sun", "Lamp", "pencil" Second Array contains "Sun", "chicken", "Hi"
So the result in third is suppose contains "Sun", "Hi"