<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechieDan &#187; java 5</title>
	<atom:link href="http://techiedan.com/tag/java-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedan.com</link>
	<description>Your Search for The Tech Stuffs</description>
	<lastBuildDate>Tue, 22 May 2012 08:10:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JDK 5 Moved to Archives in Sun&#8217;s Website</title>
		<link>http://techiedan.com/2009/11/05/jdk-5-moved-to-archives-in-suns-website/</link>
		<comments>http://techiedan.com/2009/11/05/jdk-5-moved-to-archives-in-suns-website/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:06:37 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[java 5]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=652</guid>
		<description><![CDATA[<p>After being in the limelight as the new source of Java with it&#8217;s new improved method of writing the Java language, <strong>Java 5 (J2SE 5) has reached it&#8217;s EOLS (End Of Life Service)</strong> and is now put into the archives page of the Sun Java&#8217;s page. Looks like Java 5 is going to phase out [...]]]></description>
			<content:encoded><![CDATA[<p>After being in the limelight as the new source of Java with it&#8217;s new improved method of writing the Java language, <strong>Java 5 (J2SE 5) has reached it&#8217;s EOLS (End Of Life Service)</strong> and is now put into the archives page of the Sun Java&#8217;s page. Looks like Java 5 is going to phase out after it went into <strong>EOLS on the 3rd of November 2009</strong>.</p>
<p>Here&#8217;s the excerpt taken from <a title="JDK5 EOLS" href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="_blank">Sun Java 5.0 Page</a>.</p>
<blockquote>
<h3><em>J2SE 5.0 End of Service Life Notice</em></h3>
<p><em>J2SE 5.0 reached its End of Service Life (EOSL) on November 3, 2009, which is the date of the final publicly available update of version 5.0 (J2SE 5.0 Update 22).</em></p>
<p><em>Customers interested in continuing to receive critical fixes, are encouraged to consider the following options:</em></p>
<ul>
<li><em>Migrate to Java SE for Business 1.5 <a href="http://www.sun.com/software/javaforbusiness/index.jsp">Read More</a></em></li>
<li><em>Migrate to the latest Java SE release <a href="http://java.sun.com/javase/">Read More</a></em></li>
</ul>
<p><em>For developer needs, all products that have completed the EOL transition period, including the last Java SE release of 1.5, have been moved to the <a href="http://java.sun.com/products/archive/">Archive</a> area.</em></p></blockquote>
<p><img class="alignnone size-full wp-image-653" title="No More Java 5" src="http://techiedan.com/wp-content/uploads/2009/11/java5-no-more.png" alt="No More Java 5" width="400" height="400" /></p>
<p>From Java 1.4 to Java 5 was quite a transition. Now since that Java 5 has now gone in EOLS period, what&#8217;s in store for the Java developers and researchers out there? It looks like time will tell. <strong>JDK 7 is still in beta and currently available for DOWNLOAD</strong>. As of date of print, here is the <a title="JDK 7 Download" href="http://java.sun.com/javase/downloads/ea.jsp" target="_blank">link to download the latest JDK 7 from Sun</a>. Now what will the final JDK 7 be in store for us, time will let us know. So, so long Java 5, you have been around and it&#8217;s time for you to go. Looks like those planning to take their SCJP exams now have to catch up on Java 5 concepts and work towards Java 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2009/11/05/jdk-5-moved-to-archives-in-suns-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool New Loop in Java 5</title>
		<link>http://techiedan.com/2009/10/27/cool-new-loop-in-java-5/</link>
		<comments>http://techiedan.com/2009/10/27/cool-new-loop-in-java-5/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:17:13 +0000</pubDate>
		<dc:creator>techieDan</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java 5]]></category>
		<category><![CDATA[loop]]></category>

		<guid isPermaLink="false">http://techiedan.com/?p=612</guid>
		<description><![CDATA[<p>Most of us grew up with &#8220;<strong>Learn How To Program in C</strong>&#8220;. Then some of us shifted to <strong>JAVA</strong> due to the phrase, &#8220;<strong>Write Once, Run Everywhere</strong>&#8220;. Now back then, learning to write a loop in those days are considered good programming practice during the C Programming era. TechieDan even has his experiences on C [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us grew up with &#8220;<strong>Learn How To Program in C</strong>&#8220;. Then some of us shifted to <strong>JAVA</strong> due to the phrase, &#8220;<strong>Write Once, Run Everywhere</strong>&#8220;. Now back then, learning to write a loop in those days are considered good programming practice during the C Programming era. TechieDan even has his experiences on C Program and even wrote his own source using the <strong>goto</strong> method. (<em>goto method is definitely not a good programming practice</em>)</p>
<p>For reference sake, this is how a <strong>for loop</strong> is written in Java.</p>
<p><img class="alignnone size-full wp-image-620" title="Rope Loop" src="http://techiedan.com/wp-content/uploads/2009/10/Loop.jpg" alt="Rope Loop" width="328" height="448" /><span style="text-decoration: underline;"><strong><br />
No! Not a Rope Loop. A Java Loop</strong></span></p>
<pre>
int[] total = {1,2,3,4,5};
int node = 0;

for (int i=0; i<5; i++) {
node = total[i];
System.out.println(node);
}
</pre>
<p>The above would then display the result as shown below.</p>
<blockquote><p>1<br />
2<br />
3<br />
4<br />
5</p></blockquote>
<p>For the non-programmies, these seem like Greek to them. For programmies, these are just simple FOR LOOP methods. The above was written in reference before Java 5 has broke into this era. Now what if the start of Java 5 has brought upon a new era just like how <a title="Autoboxing Java 5" href="http://techiedan.com/2009/10/20/autoboxing-java-5/" target="_blank">Autoboxing was introduced in Java 5</a>. Here's the newly enhanced loop which would also display the same result as above where we call it the <strong>FOR EACH LOOP</strong>.</p>
<pre class="brush: java; title: ; notranslate">
int[] total = {1,2,3,4,5};
for (int i : total) {
System.out.println(i);
}
</pre>
<p>Oh my what happened to the code? Why is Java 5 that simple? Not only does this help one to code easier, the length to type out a FOR LOOP has now been cut short with this new method of writing one. What it does is pretty simple. In lame man's term, it's <em><strong>For each value in total I will pass them to variable 'i' to print</strong></em>.</p>
<p><span style="text-decoration: underline;"><strong>Conclusion</strong></span></p>
<p>Java 5 really does wonders to programmers of the technology in this new era. Of course SCJP exam takers should now know about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiedan.com/2009/10/27/cool-new-loop-in-java-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

