<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>onlineJavaTalk.com</title>
	<link>http://www.onlinejavatalk.com</link>
	<description>Talk, Discuss and Learn Java Online</description>
	<pubDate>Tue, 06 May 2008 15:22:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Java as a useful Platform</title>
		<link>http://www.onlinejavatalk.com/2008/05/06/java-as-a-useful-platform/</link>
		<comments>http://www.onlinejavatalk.com/2008/05/06/java-as-a-useful-platform/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Core Java]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/05/06/java-as-a-useful-platform/</guid>
		<description><![CDATA[Everyone of us has a special purpose of our programming and the most important thing is findind the right tool to gain the purpose. Till now, there have been different programming platforms delivered to the programming world. Some of them have general usage and some other are being used for special usages.
Microsoft and it&#8217;s products [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone of us has a special purpose of our programming and the most important thing is findind the right tool to gain the purpose. Till now, there have been different programming platforms delivered to the programming world. Some of them have general usage and some other are being used for special usages.</p>
<p>Microsoft and it&#8217;s products are known as some dolls; People pray them so that there<br />
is no difference between Operating System and Microsoft Windows in my country. Somehow this case also is going on in other countries. Because of this, Microsoft Programming IDEs can attracts the most of the programming beginners. So, Microsoft have been able to get many developers for it&#8217;s Microsoft Visual Stadio 98 and Microsoft Visual Studio.NET.<br />
 <a href="http://www.onlinejavatalk.com/2008/05/06/java-as-a-useful-platform/#more-238" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/05/06/java-as-a-useful-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bubble Sort Algorithm in Java</title>
		<link>http://www.onlinejavatalk.com/2008/05/06/bubble-sort-algorithm-in-java/</link>
		<comments>http://www.onlinejavatalk.com/2008/05/06/bubble-sort-algorithm-in-java/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:20:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Core Java]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/05/06/bubble-sort-algorithm-in-java/</guid>
		<description><![CDATA[Bubble Sort on the Baseball Players
Imagine that you’re near-sighted (like a computer program) so that you can see only two of the baseball players at the same time, if they’re next to each other and if you stand very close to them. Given this impediment, how would you sort them? Let’s assume there are N [...]]]></description>
			<content:encoded><![CDATA[<p class="style1">Bubble Sort on the Baseball Players</p>
<p>Imagine that you’re near-sighted (like a computer program) so that you can see only two of the baseball players at the same time, if they’re next to each other and if you stand very close to them. Given this impediment, how would you sort them? Let’s assume there are N players, and the positions they’re standing in are numbered from 0 on the left to N-1 on the right.</p>
<p>The bubble sort routine works like this: You start at the left end of the line and compare the two kids in positions 0 and 1. If the one on the left (in 0) is taller, you swap them. If the one on the right is taller, you don’t do anything. Then you move over one position and compare the kids in positions 1 and 2. Again, if the one on the left is taller, you swap them.<br />
 <a href="http://www.onlinejavatalk.com/2008/05/06/bubble-sort-algorithm-in-java/#more-237" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/05/06/bubble-sort-algorithm-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multithreading Fundamentals in Java</title>
		<link>http://www.onlinejavatalk.com/2008/05/06/multithreading-fundamentals-in-java/</link>
		<comments>http://www.onlinejavatalk.com/2008/05/06/multithreading-fundamentals-in-java/#comments</comments>
		<pubDate>Tue, 06 May 2008 15:19:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Core Java]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/05/06/multithreading-fundamentals-in-java/</guid>
		<description><![CDATA[Among the defining characteristics of Java is its built-in support for multithreaded   programming. This support, which has been present in Java from the start, is   provided by the Thread class, the Runnable interface, several methods supplied   by Object, and the synchronized keyword. Multithreading enables you to write programs  [...]]]></description>
			<content:encoded><![CDATA[<p>Among the defining characteristics of Java is its built-in support for multithreaded   programming. This support, which has been present in Java from the start, is   provided by the Thread class, the Runnable interface, several methods supplied   by Object, and the synchronized keyword. Multithreading enables you to write programs   that contain two or more separate paths of execution that can execute concurrently. Each   path of execution is called a thread. Through the careful use of multithreading, you can   create programs that make efficient use of system resources and maintain a responsive<br />
user interface.<br />
 <a href="http://www.onlinejavatalk.com/2008/05/06/multithreading-fundamentals-in-java/#more-236" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/05/06/multithreading-fundamentals-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Championship Manager 2008 for Java-compatible Mobile Phones</title>
		<link>http://www.onlinejavatalk.com/2008/01/10/championship-manager-2008-for-java-compatible-mobile-phones/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/10/championship-manager-2008-for-java-compatible-mobile-phones/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Mobile]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[cell]]></category>

		<category><![CDATA[championship]]></category>

		<category><![CDATA[cm]]></category>

		<category><![CDATA[cm2008]]></category>

		<category><![CDATA[football]]></category>

		<category><![CDATA[footie]]></category>

		<category><![CDATA[j2me]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[Management]]></category>

		<category><![CDATA[manager]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[phone]]></category>

		<category><![CDATA[sim]]></category>

		<category><![CDATA[simulation]]></category>

		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/10/championship-manager-2008-for-java-compatible-mobile-phones/</guid>
		<description><![CDATA[This is a gameplay video of the Java mobile version of the PC game Championship Manager 2008.
The game may look different on your phone as Java games are usually available in different versions for different phone models.
To read the article that goes with this gameplay video, visit www.neoncherry.com and click on &#8220;Unofficial Nokia Gaming Blog&#8221;.
Duration [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/PXzUm3FPdQA/2.jpg" align="left">This is a gameplay video of the Java mobile version of the PC game Championship Manager 2008.</p>
<p>The game may look different on your phone as Java games are usually available in different versions for different phone models.</p>
<p>To read the article that goes with this gameplay video, visit www.neoncherry.com and click on &#8220;Unofficial Nokia Gaming Blog&#8221;.</p>
<p>Duration : <b>0:7:41</b>  Views : 63.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/10/championship-manager-2008-for-java-compatible-mobile-phones/#more-119" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/10/championship-manager-2008-for-java-compatible-mobile-phones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Qt Jambi running a video</title>
		<link>http://www.onlinejavatalk.com/2008/01/10/qt-jambi-running-a-video/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/10/qt-jambi-running-a-video/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 03:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Multimedia]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[Jambi]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[Multimedia]]></category>

		<category><![CDATA[phonon]]></category>

		<category><![CDATA[Qt]]></category>

		<category><![CDATA[Trolltech]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/10/qt-jambi-running-a-video/</guid>
		<description><![CDATA[Desktop grab of the Qt Jambi Media Player demo running an .avi file on Windows.
Duration : 0:0:50  Views : 491.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/Fm7HPtA-e3U/2.jpg" align="left">Desktop grab of the Qt Jambi Media Player demo running an .avi file on Windows.</p>
<p>Duration : <b>0:0:50</b>  Views : 491.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/10/qt-jambi-running-a-video/#more-133" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/10/qt-jambi-running-a-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AGILE Java J2EE Developer Job Description, Brisbane</title>
		<link>http://www.onlinejavatalk.com/2008/01/03/agile-java-j2ee-developer-job-description-brisbane/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/03/agile-java-j2ee-developer-job-description-brisbane/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 23:26:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[J2ee]]></category>

		<category><![CDATA[agile]]></category>

		<category><![CDATA[banking]]></category>

		<category><![CDATA[brisbane]]></category>

		<category><![CDATA[description]]></category>

		<category><![CDATA[developer]]></category>

		<category><![CDATA[finance]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[job]]></category>

		<category><![CDATA[scrum]]></category>

		<category><![CDATA[work]]></category>

		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/03/agile-java-j2ee-developer-job-description-brisbane/</guid>
		<description><![CDATA[Video Job DEscription for a Java J2EE Developer based in Sydney. Work for a leading Banking and Investment Company.
CITI Recruitment
http://it.seek.com.au/users/apply/index.ascx?JobID=11447739
Duration : 0:2:44  Views : 84.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/yyVEWAGYJ_Q/2.jpg" align="left">Video Job DEscription for a Java J2EE Developer based in Sydney. Work for a leading Banking and Investment Company.</p>
<p>CITI Recruitment</p>
<p>http://it.seek.com.au/users/apply/index.ascx?JobID=11447739</p>
<p>Duration : <b>0:2:44</b>  Views : 84.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/03/agile-java-j2ee-developer-job-description-brisbane/#more-20" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/03/agile-java-j2ee-developer-job-description-brisbane/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chris Swann Music County Television Network  Java Jams Acouc</title>
		<link>http://www.onlinejavatalk.com/2008/01/02/chris-swann-music-county-television-network-java-jams-acouc/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/02/chris-swann-music-county-television-network-java-jams-acouc/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 19:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Networking]]></category>

		<category><![CDATA[Acoustic]]></category>

		<category><![CDATA[Jams]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/02/chris-swann-music-county-television-network-java-jams-acouc/</guid>
		<description><![CDATA[Chris Swann Rocking Out On County Television Network  Java Jams Acoucstic
Duration : 0:4:8  Views : 2.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/QzHs5_sCmQo/2.jpg" align="left">Chris Swann Rocking Out On County Television Network  Java Jams Acoucstic</p>
<p>Duration : <b>0:4:8</b>  Views : 2.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/02/chris-swann-music-county-television-network-java-jams-acouc/#more-158" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/02/chris-swann-music-county-television-network-java-jams-acouc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sola Rola for Java-compatible Mobile Phones</title>
		<link>http://www.onlinejavatalk.com/2008/01/02/sola-rola-for-java-compatible-mobile-phones/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/02/sola-rola-for-java-compatible-mobile-phones/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 11:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Mobile]]></category>

		<category><![CDATA[arcade]]></category>

		<category><![CDATA[cell]]></category>

		<category><![CDATA[cellphone]]></category>

		<category><![CDATA[cellular]]></category>

		<category><![CDATA[gameplay]]></category>

		<category><![CDATA[j2me]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[phone]]></category>

		<category><![CDATA[portable]]></category>

		<category><![CDATA[rola]]></category>

		<category><![CDATA[rolla]]></category>

		<category><![CDATA[roller]]></category>

		<category><![CDATA[sola]]></category>

		<category><![CDATA[solar]]></category>

		<category><![CDATA[solarola]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/02/sola-rola-for-java-compatible-mobile-phones/</guid>
		<description><![CDATA[Sola Rola is a Java J2ME mobile phone game from Eidos Mobile, and is a sort of cross between Loco Roco and Toejam and Earl.
The game may look different on your phone as Java games are usually available in different versions for different phone models.
To read the article that goes with this gameplay video, visit [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/t80SLEi-Tr8/2.jpg" align="left">Sola Rola is a Java J2ME mobile phone game from Eidos Mobile, and is a sort of cross between Loco Roco and Toejam and Earl.</p>
<p>The game may look different on your phone as Java games are usually available in different versions for different phone models.</p>
<p>To read the article that goes with this gameplay video, visit www.neoncherry.com and click on &#8220;Unofficial Nokia Gaming Blog&#8221;.</p>
<p>Duration : <b>0:7:44</b>  Views : 315.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/02/sola-rola-for-java-compatible-mobile-phones/#more-118" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/02/sola-rola-for-java-compatible-mobile-phones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tomb Raider Anniversary for Java-compatible Mobile Phones</title>
		<link>http://www.onlinejavatalk.com/2008/01/01/tomb-raider-anniversary-for-java-compatible-mobile-phones/</link>
		<comments>http://www.onlinejavatalk.com/2008/01/01/tomb-raider-anniversary-for-java-compatible-mobile-phones/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 06:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Mobile]]></category>

		<category><![CDATA[anniversary]]></category>

		<category><![CDATA[cell]]></category>

		<category><![CDATA[cellphone]]></category>

		<category><![CDATA[cellular]]></category>

		<category><![CDATA[croft]]></category>

		<category><![CDATA[gameplay]]></category>

		<category><![CDATA[j2me]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[lara]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[phone]]></category>

		<category><![CDATA[portable]]></category>

		<category><![CDATA[raider]]></category>

		<category><![CDATA[tomb]]></category>

		<category><![CDATA[tombraider]]></category>

		<category><![CDATA[tr]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2008/01/01/tomb-raider-anniversary-for-java-compatible-mobile-phones/</guid>
		<description><![CDATA[This is a gameplay video of Tomb Raider Anniversary for Java-compatible mobile phones.
The game may look different on your phone as Java games are usually available in different versions for different phone models.
To read the article that goes with this gameplay video, visit www.neoncherry.com and click on &#8220;Unofficial Nokia Gaming Blog&#8221;.
Duration : 0:4:44  Views [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/FxFYfaY2tTw/2.jpg" align="left">This is a gameplay video of Tomb Raider Anniversary for Java-compatible mobile phones.</p>
<p>The game may look different on your phone as Java games are usually available in different versions for different phone models.</p>
<p>To read the article that goes with this gameplay video, visit www.neoncherry.com and click on &#8220;Unofficial Nokia Gaming Blog&#8221;.</p>
<p>Duration : <b>0:4:44</b>  Views : 272.</p>
<p> <a href="http://www.onlinejavatalk.com/2008/01/01/tomb-raider-anniversary-for-java-compatible-mobile-phones/#more-126" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2008/01/01/tomb-raider-anniversary-for-java-compatible-mobile-phones/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ricoh movie</title>
		<link>http://www.onlinejavatalk.com/2007/12/31/ricoh-movie/</link>
		<comments>http://www.onlinejavatalk.com/2007/12/31/ricoh-movie/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 20:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Java Multimedia]]></category>

		<category><![CDATA[fun]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[movie]]></category>

		<category><![CDATA[Ricoh]]></category>

		<category><![CDATA[terminal]]></category>

		<category><![CDATA[VDMS]]></category>

		<guid isPermaLink="false">http://www.onlinejavatalk.com/2007/12/31/ricoh-movie/</guid>
		<description><![CDATA[Meet a my robot called &#8220;RICK&#8221; and see him make a transformation.
Duration : 0:5:2  Views : 12.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.youtube.com/vi/l3Guy-Jlvww/2.jpg" align="left">Meet a my robot called &#8220;RICK&#8221; and see him make a transformation.</p>
<p>Duration : <b>0:5:2</b>  Views : 12.</p>
<p> <a href="http://www.onlinejavatalk.com/2007/12/31/ricoh-movie/#more-141" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinejavatalk.com/2007/12/31/ricoh-movie/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

