<?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: Marker interface in java</title>
	<atom:link href="http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:11:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vamshi</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-1721</link>
		<dc:creator>Vamshi</dc:creator>
		<pubDate>Thu, 08 Sep 2011 17:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-1721</guid>
		<description>Hi all. Recently I am hearing a news that, Runnable, Comparable interfaces are also the marker interfaces. And they are saying that interfaces which have methods which give different behavior are marker interfaces. Please clear my confusion with examples if u can</description>
		<content:encoded><![CDATA[<p>Hi all. Recently I am hearing a news that, Runnable, Comparable interfaces are also the marker interfaces. And they are saying that interfaces which have methods which give different behavior are marker interfaces. Please clear my confusion with examples if u can</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exceptions</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-1424</link>
		<dc:creator>Exceptions</dc:creator>
		<pubDate>Tue, 24 May 2011 04:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-1424</guid>
		<description>[...] We should implement them to achieve that particular functionality.  Have a look here for details : Marker Interface In Java  Hope that helps,  [...]</description>
		<content:encoded><![CDATA[<p>[...] We should implement them to achieve that particular functionality.  Have a look here for details : Marker Interface In Java  Hope that helps,  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun mehta</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-1226</link>
		<dc:creator>arun mehta</dc:creator>
		<pubDate>Mon, 06 Sep 2010 09:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-1226</guid>
		<description>#   salvin francisNo Gravatar - 09/4/2009 at 6:23 am

Hi,
What is the difference between an empty interface and an empty abstract class ?</description>
		<content:encoded><![CDATA[<p>#   salvin francisNo Gravatar &#8211; 09/4/2009 at 6:23 am</p>
<p>Hi,<br />
What is the difference between an empty interface and an empty abstract class ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun mehta</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-1225</link>
		<dc:creator>arun mehta</dc:creator>
		<pubDate>Mon, 06 Sep 2010 09:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-1225</guid>
		<description>Now you should use annotations. Interfaces serve a different purpose, and nowadays should not be without methods. You can check implemented annotations at runtime too,</description>
		<content:encoded><![CDATA[<p>Now you should use annotations. Interfaces serve a different purpose, and nowadays should not be without methods. You can check implemented annotations at runtime too,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun mehta</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-1224</link>
		<dc:creator>arun mehta</dc:creator>
		<pubDate>Mon, 06 Sep 2010 09:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-1224</guid>
		<description>Yes; and you can actually do the same with annotations as well now (to emulate interfaces). Not sure what the advantageous would be though…</description>
		<content:encoded><![CDATA[<p>Yes; and you can actually do the same with annotations as well now (to emulate interfaces). Not sure what the advantageous would be though…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gobi</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-975</link>
		<dc:creator>Gobi</dc:creator>
		<pubDate>Mon, 07 Sep 2009 12:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-975</guid>
		<description>Hi,
 Appreciate your efforts in putting this. It would be better to understand if you would have given some more example :-). 

Just my thoughts...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Appreciate your efforts in putting this. It would be better to understand if you would have given some more example <img src='http://www.techartifact.com/blogs/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . </p>
<p>Just my thoughts&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salvin francis</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-971</link>
		<dc:creator>salvin francis</dc:creator>
		<pubDate>Fri, 04 Sep 2009 12:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-971</guid>
		<description>Hi,
What is the difference between an empty interface and an empty abstract class ?

(Other than multiple inheritance)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What is the difference between an empty interface and an empty abstract class ?</p>
<p>(Other than multiple inheritance)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garidan</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-947</link>
		<dc:creator>Garidan</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-947</guid>
		<description>Now you should use annotations. Interfaces serve a different purpose, and nowadays should not be without methods. You can check implemented annotations at runtime too, see for example http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/</description>
		<content:encoded><![CDATA[<p>Now you should use annotations. Interfaces serve a different purpose, and nowadays should not be without methods. You can check implemented annotations at runtime too, see for example <a href="http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/" rel="nofollow">http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java training</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-945</link>
		<dc:creator>Java training</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-945</guid>
		<description>Yes; and you can actually do the same with annotations as well now (to emulate interfaces). Not sure what the advantageous would be though... 

Example (in Dutch though):

http://www.jtraining.com/blogs/annotations-nu-ook-voor-jou.html</description>
		<content:encoded><![CDATA[<p>Yes; and you can actually do the same with annotations as well now (to emulate interfaces). Not sure what the advantageous would be though&#8230; </p>
<p>Example (in Dutch though):</p>
<p><a href="http://www.jtraining.com/blogs/annotations-nu-ook-voor-jou.html" rel="nofollow">http://www.jtraining.com/blogs/annotations-nu-ook-voor-jou.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PimpThisBlog.com</title>
		<link>http://www.techartifact.com/blogs/2009/08/marker-interface-in-java.html/comment-page-1#comment-944</link>
		<dc:creator>PimpThisBlog.com</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=868#comment-944</guid>
		<description>&lt;strong&gt;Marker interface in java &#124; TechArtifact...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from PimpThisBlog.com...</description>
		<content:encoded><![CDATA[<p><strong>Marker interface in java | TechArtifact&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from PimpThisBlog.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

