Stampa di un array.

qualcosa tipo questo?

String tutto ="";
for (int i=0;i<lunghezzaArray;i++){
   tutto = tutto + array[i];
}