So here is the case:
We have 5 users. User A, B, C, D, and E. And user A have three array like this:
Array I : A, B, C
Array II : A, B
Array III : A
So, Who is the users that are inside all of that array? (The answer should be user A because user A is inside all of that array) but how to check that in java?
I'm not sure what is the best title of this question