There are methods in the Java API that can convert an array into a String. However the format is probably not what you what. So you need to roll your own. Use a StringBuilder, iterate over the array,...