 




<?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 codes</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/java-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/java-codes/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 10:59:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: shiva3322</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-codes/#comment-96133</link>
		<dc:creator>shiva3322</dc:creator>
		<pubDate>Sat, 03 Sep 2011 15:53:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-96133</guid>
		<description><![CDATA[first sort the array list and get the first element as smallest and the last element in the array is greatest number which is in java.util package of class Arrays.sort(arr_nums);
System.out.println(&quot;The lowest number is &quot; + arr_nums[0]);
System.out.println(&quot;The biggest number is &quot; + arr_nums[arr_nums.length-1]);]]></description>
		<content:encoded><![CDATA[<p>first sort the array list and get the first element as smallest and the last element in the array is greatest number which is in java.util package of class Arrays.sort(arr_nums);<br />
System.out.println(&#8220;The lowest number is &#8221; + arr_nums[0]);<br />
System.out.println(&#8220;The biggest number is &#8221; + arr_nums[arr_nums.length-1]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/java-codes/#comment-60866</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 16 Mar 2009 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-60866</guid>
		<description><![CDATA[You should try to solve it by yourself.
If you are not able to do it or you have some specific doubt/problem, post what you have done so far, and we will try to help you.]]></description>
		<content:encoded><![CDATA[<p>You should try to solve it by yourself.<br />
If you are not able to do it or you have some specific doubt/problem, post what you have done so far, and we will try to help you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 11:36:03 -->