<?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: Is C# Now Better Than Java?</title>
	<atom:link href="http://www.devtopics.com/is-c-now-better-than-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtopics.com/is-c-now-better-than-java/</link>
	<description>Software Development Topics</description>
	<lastBuildDate>Thu, 19 Jan 2012 13:36:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: JohnD</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2745</link>
		<dc:creator>JohnD</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2745</guid>
		<description>So tell me in this regards, which food do you think is best for you and do you still keep on consuming the same food today aswell. Well there is no best language that you can live with. It all depends upon the situation. This discussion is only like wasting time. I still believe that a good programmer never believes in a language.</description>
		<content:encoded><![CDATA[<p>So tell me in this regards, which food do you think is best for you and do you still keep on consuming the same food today aswell. Well there is no best language that you can live with. It all depends upon the situation. This discussion is only like wasting time. I still believe that a good programmer never believes in a language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murat</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2744</link>
		<dc:creator>Murat</dc:creator>
		<pubDate>Sun, 24 Jul 2011 00:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2744</guid>
		<description>Kiranb you dont seem to know this topic well. First of all It does not matter what language the OS or the JVM is written. What matters is what it is compiled to. To run as OS you need to be compiled in pure machine code and you can also do that with Java if you want. 
Saying JVM is written in c/c++ is also not completely correct. Have you heard open jdk, did you check the code base or have you heard of embeded java devices, boards running Java code out of the box?

Saying C is the best language is like saying tomatoes are the best food! It just depends, depends on what you are doing and what for. Because C is used to write OS does not mean it is the best. Java has been widely adapted than any other language but this also does not mean it is the best. To be a good software engineer you can never be a fanatic or you will lose your judging ability. 
Remeber you can only use tomatoes if it tastes good for that meal!</description>
		<content:encoded><![CDATA[<p>Kiranb you dont seem to know this topic well. First of all It does not matter what language the OS or the JVM is written. What matters is what it is compiled to. To run as OS you need to be compiled in pure machine code and you can also do that with Java if you want.<br />
Saying JVM is written in c/c++ is also not completely correct. Have you heard open jdk, did you check the code base or have you heard of embeded java devices, boards running Java code out of the box?</p>
<p>Saying C is the best language is like saying tomatoes are the best food! It just depends, depends on what you are doing and what for. Because C is used to write OS does not mean it is the best. Java has been widely adapted than any other language but this also does not mean it is the best. To be a good software engineer you can never be a fanatic or you will lose your judging ability.<br />
Remeber you can only use tomatoes if it tastes good for that meal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiranb</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2743</link>
		<dc:creator>kiranb</dc:creator>
		<pubDate>Sat, 23 Jul 2011 20:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2743</guid>
		<description>As you know .. java they say it is machine independent. can you please answer me this question..if i suppose develop an OS will the java code compiled on another system executes in my OS. :).
so this is the reason they designed JVM. They have hard coded the OS type in JVM and once my OS specification is named and defined in JVM then only the java code becomes portable to my OS.Sorry if i might have hurt or bothered some other developers.</description>
		<content:encoded><![CDATA[<p>As you know .. java they say it is machine independent. can you please answer me this question..if i suppose develop an OS will the java code compiled on another system executes in my OS. <img src='http://www.devtopics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
so this is the reason they designed JVM. They have hard coded the OS type in JVM and once my OS specification is named and defined in JVM then only the java code becomes portable to my OS.Sorry if i might have hurt or bothered some other developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiranb</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2742</link>
		<dc:creator>kiranb</dc:creator>
		<pubDate>Sat, 23 Jul 2011 20:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2742</guid>
		<description>Hi,

C is best as any low level codes or programs closely related to hardware are still written in C and also most Operating systems are preferred to be written in C itself....if you want to be a systems programmer then C is the best choice and if you aspire to be a web development or middle ware still not sure...probably Java or .Net.

One more thing to your notice, JVM is itself written in c/c++. :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>C is best as any low level codes or programs closely related to hardware are still written in C and also most Operating systems are preferred to be written in C itself&#8230;.if you want to be a systems programmer then C is the best choice and if you aspire to be a web development or middle ware still not sure&#8230;probably Java or .Net.</p>
<p>One more thing to your notice, JVM is itself written in c/c++. <img src='http://www.devtopics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shweta</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2741</link>
		<dc:creator>shweta</dc:creator>
		<pubDate>Sun, 13 Feb 2011 04:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2741</guid>
		<description>1st of all c# is derived from java....copied literallly all possible features n added new one...
im a swftware engg studied both of them...
even with respect 2 web technology .net coding is far more shorter than
java but still .net is very much component based..
n v r forgetting dat still for embedded house hold machines or cell phones
java is widely used..n c# cant replace it.
java was ny way not designed for web it was for d programming of machines with small ram and memories...</description>
		<content:encoded><![CDATA[<p>1st of all c# is derived from java&#8230;.copied literallly all possible features n added new one&#8230;<br />
im a swftware engg studied both of them&#8230;<br />
even with respect 2 web technology .net coding is far more shorter than<br />
java but still .net is very much component based..<br />
n v r forgetting dat still for embedded house hold machines or cell phones<br />
java is widely used..n c# cant replace it.<br />
java was ny way not designed for web it was for d programming of machines with small ram and memories&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slava Persion</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2740</link>
		<dc:creator>Slava Persion</dc:creator>
		<pubDate>Wed, 06 Oct 2010 05:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2740</guid>
		<description>It makes me very sad that Java doesn&#039;t have unsigned primitives :-(</description>
		<content:encoded><![CDATA[<p>It makes me very sad that Java doesn&#8217;t have unsigned primitives <img src='http://www.devtopics.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2739</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2739</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by DevTopics: Is C# Now Better Than Java?  http://bit.ly/eddEl...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by DevTopics: Is C# Now Better Than Java?  <a href="http://bit.ly/eddEl.." rel="nofollow">http://bit.ly/eddEl..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BK</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2738</link>
		<dc:creator>BK</dc:creator>
		<pubDate>Thu, 27 Aug 2009 22:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2738</guid>
		<description>Great blog post.  I was considering writing a similar one, but this about sums up everything I was gonna say. 

Looking at the latest proposal for lambda functions (excuse me, &lt;a href=&quot;http://blogs.sun.com/ahe/resource/closures.pdf&quot; rel=&quot;nofollow&quot;&gt;Closures&lt;/a&gt;) in Java 7, it seems like the java folks are bending over backward to do the same thing as C#, but not look too much like C#.  As a result, java syntax is getting clunkier.</description>
		<content:encoded><![CDATA[<p>Great blog post.  I was considering writing a similar one, but this about sums up everything I was gonna say. </p>
<p>Looking at the latest proposal for lambda functions (excuse me, <a href="http://blogs.sun.com/ahe/resource/closures.pdf" rel="nofollow">Closures</a>) in Java 7, it seems like the java folks are bending over backward to do the same thing as C#, but not look too much like C#.  As a result, java syntax is getting clunkier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2737</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Thu, 13 Aug 2009 09:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2737</guid>
		<description>Though C# has added new features, but it is almost derived from java.
So, while developing c#, they had many languages to comapare with, like java, c++, etc. So they had chance to remove wrong things from previous languages(if any). But still java has number of unique features and still its in developement phase, so I guess java is not better...............
IT&#039;S THE BEST I EVER SEEN  :)</description>
		<content:encoded><![CDATA[<p>Though C# has added new features, but it is almost derived from java.<br />
So, while developing c#, they had many languages to comapare with, like java, c++, etc. So they had chance to remove wrong things from previous languages(if any). But still java has number of unique features and still its in developement phase, so I guess java is not better&#8230;&#8230;&#8230;&#8230;&#8230;<br />
IT&#8217;S THE BEST I EVER SEEN  <img src='http://www.devtopics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cindy</title>
		<link>http://www.devtopics.com/is-c-now-better-than-java/#comment-2736</link>
		<dc:creator>cindy</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/is-c-now-better-than-java/#comment-2736</guid>
		<description>Both have its pros and cons. 

I&#039;d like to introduce a tool here: CSharpJavaMerger. It&#039;s an open source tool that allows you to write a set of code that can be used by both C# and Java.

http://www.kevingao.net/csharp-java-conversion

Thanks.</description>
		<content:encoded><![CDATA[<p>Both have its pros and cons. </p>
<p>I&#8217;d like to introduce a tool here: CSharpJavaMerger. It&#8217;s an open source tool that allows you to write a set of code that can be used by both C# and Java.</p>
<p><a href="http://www.kevingao.net/csharp-java-conversion" rel="nofollow">http://www.kevingao.net/csharp-java-conversion</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

