List of utility methods to do Array Intersect
return isListIntersect(Arrays.asList(objArr1), Arrays.asList(objArr2));