<?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: Add an Item to an Array in Java</title>
	<atom:link href="http://code.hammerpig.com/add-an-item-to-an-array-in-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://code.hammerpig.com/add-an-item-to-an-array-in-java.html</link>
	<description>Tips and short tutorials on various programming technologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:17:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://code.hammerpig.com/add-an-item-to-an-array-in-java.html/comment-page-1#comment-1043</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Nov 2011 19:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=253#comment-1043</guid>
		<description>Umar, you are correct that we don&#039;t need to specify array.length in the first example. I have edited the post and removed this. We also could get away with not specifying a position in the second example. However, in the example, I made it possible to add it at a specific position just to demonstrate that you&#039;re not limited to adding to the end.</description>
		<content:encoded><![CDATA[<p>Umar, you are correct that we don&#8217;t need to specify array.length in the first example. I have edited the post and removed this. We also could get away with not specifying a position in the second example. However, in the example, I made it possible to add it at a specific position just to demonstrate that you&#8217;re not limited to adding to the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umar</title>
		<link>http://code.hammerpig.com/add-an-item-to-an-array-in-java.html/comment-page-1#comment-1042</link>
		<dc:creator>Umar</dc:creator>
		<pubDate>Wed, 09 Nov 2011 14:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=253#comment-1042</guid>
		<description>i can&#039;t understand why we use position and array.length ???</description>
		<content:encoded><![CDATA[<p>i can&#8217;t understand why we use position and array.length ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://code.hammerpig.com/add-an-item-to-an-array-in-java.html/comment-page-1#comment-524</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=253#comment-524</guid>
		<description>Make sure you read the code on the linked articles. http://code.hammerpig.com/convert-an-array-to-an-arraylist-in-java.html</description>
		<content:encoded><![CDATA[<p>Make sure you read the code on the linked articles. <a href="http://code.hammerpig.com/convert-an-array-to-an-arraylist-in-java.html" rel="nofollow">http://code.hammerpig.com/convert-an-array-to-an-arraylist-in-java.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nik</title>
		<link>http://code.hammerpig.com/add-an-item-to-an-array-in-java.html/comment-page-1#comment-523</link>
		<dc:creator>nik</dc:creator>
		<pubDate>Sat, 06 Nov 2010 23:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://code.hammerpig.com/?p=253#comment-523</guid>
		<description>this code does not work because  CreateStringList(array) is not a valid method</description>
		<content:encoded><![CDATA[<p>this code does not work because  CreateStringList(array) is not a valid method</p>
]]></content:encoded>
	</item>
</channel>
</rss>

