package dustin.examples; import java.util.Arrays; import static java.lang.System.out; /** * Simple demonstration of Arrays.toString(Object[]) method and the * Arrays ...
Arrays.deepToString () method is used to get the string representation of multidimensional arrays. This method returns the deep contents of the specified array.