Q30
In Java, what is the purpose of the Arrays.equals() method?
A.
To check if two arrays are equal.
AnswerB.
To concatenate two arrays.
C.
To find the common elements between two arrays.
D.
To remove duplicate elements from an array.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board