java - print two dimensional array of strings as String - Stack Overflow
public String toString() { StringBuffer result = new StringBuffer(); res ... You just iterate twice over the elements: StringBuffer results = new StringBuffer(); String ...
stackoverflow.com |