<?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>ForDevs &#187; Thread</title>
	<atom:link href="http://www.fordevs.com/tag/thread/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How do you create a Thread</title>
		<link>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html</link>
		<comments>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html#comments</comments>
		<pubDate>Wed, 27 May 2009 16:33:10 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Thread]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=285</guid>
		<description><![CDATA[Threads: Thread is a line of execution.In a single-threaded system there is only one execution line (i.e) only one part of program is in the process of execution at any one time To create a new thread: Thread mythread = new thread(this); this referes the current applet &#38; mythread is a variable Example: import java.awt.*; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/how-do-you-create-a-thread.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

