Hi,

I am having some problems with Arrays.equals. I can't get it to return true and I can't see the problem.


public void testing()
{
boolean check = Arrays.equals(test, test2);...