<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java &#8211; How to convert Array to String</title>
	<atom:link href="http://www.easywayserver.com/blog/java-how-to-convert-array-to-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/java-how-to-convert-array-to-string/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tsmc</title>
		<link>http://www.easywayserver.com/blog/java-how-to-convert-array-to-string/comment-page-1/#comment-19693</link>
		<dc:creator>tsmc</dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-how-to-convert-array-to-string/#comment-19693</guid>
		<description>Hi,

Nice article. However i suggest to have a generic approach that iterates and builds
string from the List of objects rather separate one for each List implementations such
as ArrayList, Vector, LinkedList. I mean to say change the method signature to
accept List (doesn&#039;t matter what is the actual implementation).

The following articles shows printing nested arrays,
http://bethecoder.com/applications/tutorials/showTutorials.action?tutorialId=Java_Strings_StringUtil

Good luck.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice article. However i suggest to have a generic approach that iterates and builds<br />
string from the List of objects rather separate one for each List implementations such<br />
as ArrayList, Vector, LinkedList. I mean to say change the method signature to<br />
accept List (doesn&#8217;t matter what is the actual implementation).</p>
<p>The following articles shows printing nested arrays,<br />
<a href="http://bethecoder.com/applications/tutorials/showTutorials.action?tutorialId=Java_Strings_StringUtil" rel="nofollow">http://bethecoder.com/applications/tutorials/showTutorials.action?tutorialId=Java_Strings_StringUtil</a></p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

