<?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: Define MultiTasking in Java</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/define-multitasking-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com/define-multitasking-in-java/</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:49:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ramaswamy Ratnala</title>
		<link>http://www.bestjavainterviewquestions.com/define-multitasking-in-java/comment-page-1/#comment-1539</link>
		<dc:creator>Ramaswamy Ratnala</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=505#comment-1539</guid>
		<description>In java Multithreading is a specialized form of multitasking.
multitasking have two process1)procssbased multitasking 2)Thread based multitasking
processbased multitasking is the multitasking .two or more porgrams that can run concurently.
Thread based multitasking:single program contains the two or more tasks that can run concurently.each part of the program is called as a thread.
difference between abvoe two forms:
1)process based multitasking requries own address space 2)inter process communication is expensive</description>
		<content:encoded><![CDATA[<p>In java Multithreading is a specialized form of multitasking.<br />
multitasking have two process1)procssbased multitasking 2)Thread based multitasking<br />
processbased multitasking is the multitasking .two or more porgrams that can run concurently.<br />
Thread based multitasking:single program contains the two or more tasks that can run concurently.each part of the program is called as a thread.<br />
difference between abvoe two forms:<br />
1)process based multitasking requries own address space 2)inter process communication is expensive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
