1.
Write Java program that checks if two arrays contain the same elements
2. Write program to find second highest element in array of elements
3. Write program to find second least element in array of elements
4. Write program to swap two arrays of equal length.
5. write program to two arrays
6. write a program to make reverse of an array.
7. write program to remove duplicate elements in array
8. How to find largest number, which less than a given number.
9. How to find intersection of two arrays in Java?
10. how to find union and unionAll of array elements
11. write program remove all occurrences of given element.