 




<?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: Why Java Platform Independent?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/why-java-platform-independent/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/why-java-platform-independent/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 16:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ashish2</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-java-platform-independent/#comment-67507</link>
		<dc:creator>ashish2</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:55:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-67507</guid>
		<description><![CDATA[Java is platform independent because of its generation of intermediate byte code.
As the byte can be known by all platforms or computers you are no need to install any settings for it.
It automatically gets executed when it is loaded.]]></description>
		<content:encoded><![CDATA[<p>Java is platform independent because of its generation of intermediate byte code.<br />
As the byte can be known by all platforms or computers you are no need to install any settings for it.<br />
It automatically gets executed when it is loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysrd</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-java-platform-independent/#comment-53415</link>
		<dc:creator>ysrd</dc:creator>
		<pubDate>Sun, 25 May 2008 03:36:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-53415</guid>
		<description><![CDATA[Each platform has a JRE Java Runtime Environment That provides a platform native to each type of computer or programmable device. This JRE then takes the java code and (most people don&#039;t like this bit) interprets it and then runs it on the computer.
The JRE allows the write once run anywhere because it gives a piece of &#039;middle ware&#039; that sits between the code and the computer. This middleware is not the same on all computers as it has to talk to the cpou and chipset of the system it will run on but effectively provides a common interface on each system thus making the code abstracted from the cpu.]]></description>
		<content:encoded><![CDATA[<p>Each platform has a JRE Java Runtime Environment That provides a platform native to each type of computer or programmable device. This JRE then takes the java code and (most people don&#8217;t like this bit) interprets it and then runs it on the computer.<br />
The JRE allows the write once run anywhere because it gives a piece of &#8216;middle ware&#8217; that sits between the code and the computer. This middleware is not the same on all computers as it has to talk to the cpou and chipset of the system it will run on but effectively provides a common interface on each system thus making the code abstracted from the cpu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TedNYC</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-java-platform-independent/#comment-38527</link>
		<dc:creator>TedNYC</dc:creator>
		<pubDate>Fri, 17 Dec 2004 09:08:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-38527</guid>
		<description><![CDATA[The java code is platform-independent, but each platform has a java machine which translates and executes the java code for use that platform.]]></description>
		<content:encoded><![CDATA[<p>The java code is platform-independent, but each platform has a java machine which translates and executes the java code for use that platform.</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.013 seconds using memcached
Object Caching 296/299 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 17:24:57 -->