ah, but I think that Hattusas is saying 'how can I compare the contents of two 2D arrays and say whether their contents are equal'....you could create a class containing an array and override the equals() method to check that 1) they are the same dimensions, 2) the contents of each cell are the...