<?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"
	>
<channel>
	<title>Comments on: C++ vs Java</title>
	<atom:link href="http://bawenang.blog.friendster.com/2007/01/c-vs-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://bawenang.blog.friendster.com/2007/01/c-vs-java/</link>
	<description>Dunno. Read it and you'll see.</description>
	<pubDate>Fri, 18 Dec 2009 21:33:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Firstiar</title>
		<link>http://bawenang.blog.friendster.com/2007/01/c-vs-java/#comment-15</link>
		<dc:creator>Firstiar</dc:creator>
		<pubDate>Thu, 07 Jun 2007 01:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://bawenang.blog.friendster.com/2007/01/c-vs-java/#comment-15</guid>
		<description>well ... according to my experiences, C++ still faster from java ... (with the proper design and code efficiency of course). Because java have to interpret the compiled *.class to machine language. And of course, with all support system like garbage collection and else which make it slower when that system is working.

But for some C++ users, when they develop using the brute style, let say it's like spaghetti code, C++ somehow tend to be slower than java. Why? because C++ left the memory management up to the developer. If the developer didn't careful enough, they would create memory leaks, accessing null pointer, etc.

well ... this is only my opinion. I'm java developer, by the way :)
</description>
		<content:encoded><![CDATA[<p>well &#8230; according to my experiences, C++ still faster from java &#8230; (with the proper design and code efficiency of course). Because java have to interpret the compiled *.class to machine language. And of course, with all support system like garbage collection and else which make it slower when that system is working.</p>
<p>But for some C++ users, when they develop using the brute style, let say it&#8217;s like spaghetti code, C++ somehow tend to be slower than java. Why? because C++ left the memory management up to the developer. If the developer didn&#8217;t careful enough, they would create memory leaks, accessing null pointer, etc.</p>
<p>well &#8230; this is only my opinion. I&#8217;m java developer, by the way <img src='http://bawenang.blog.friendster.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
