Re: String[] to String



It is amazing that java.lang.String class has a split method but no
reverse mechanism for joining, like the "join" method some languages
such as VB/VB.NET and the .NET framework support.

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#split(java.lang.String)

.