<?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: Java interface</title>
	<atom:link href="http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/</link>
	<description>Blog on core java, servlets, jsp and design patterns.</description>
	<lastBuildDate>Mon, 04 Jun 2012 02:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Arun Ruhela</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-10901</link>
		<dc:creator>Arun Ruhela</dc:creator>
		<pubDate>Tue, 27 Mar 2012 06:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-10901</guid>
		<description>interface I1
{
void show();
void display();
}
class A implements I1
{
public void show(){System.out.println(&quot;Hi&quot;);}
public void display(){System.out.println(&quot;Friend&quot;);}
}
public static void main(String [] args){
A o=new A();
o.show();o.display();
}
}

Probleam: Multiple inheritence concept ignore this case.why interface used? Bcoz declare two methods declare in interface and a class define those methods.if this class remove line Implements I1 then also class just same work .Then this case what benefits of used interface????

Plz tell me extra benefits of interface used (concept multiple inheritence exclude)</description>
		<content:encoded><![CDATA[<p>interface I1<br />
{<br />
void show();<br />
void display();<br />
}<br />
class A implements I1<br />
{<br />
public void show(){System.out.println(&#8220;Hi&#8221;);}<br />
public void display(){System.out.println(&#8220;Friend&#8221;);}<br />
}<br />
public static void main(String [] args){<br />
A o=new A();<br />
o.show();o.display();<br />
}<br />
}</p>
<p>Probleam: Multiple inheritence concept ignore this case.why interface used? Bcoz declare two methods declare in interface and a class define those methods.if this class remove line Implements I1 then also class just same work .Then this case what benefits of used interface????</p>
<p>Plz tell me extra benefits of interface used (concept multiple inheritence exclude)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavan</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-10056</link>
		<dc:creator>pavan</dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-10056</guid>
		<description>give some examples sir</description>
		<content:encoded><![CDATA[<p>give some examples sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-9436</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Jan 2012 04:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-9436</guid>
		<description>it is wonderful but give some examples</description>
		<content:encoded><![CDATA[<p>it is wonderful but give some examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Decorator Pattern</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-5260</link>
		<dc:creator>Decorator Pattern</dc:creator>
		<pubDate>Tue, 17 May 2011 00:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-5260</guid>
		<description>[...] start with an interface which creates a blue print for the class which will have decorators. Then implement that interface [...]</description>
		<content:encoded><![CDATA[<p>[...] start with an interface which creates a blue print for the class which will have decorators. Then implement that interface [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adapter Pattern</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-4962</link>
		<dc:creator>Adapter Pattern</dc:creator>
		<pubDate>Sat, 07 May 2011 07:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-4962</guid>
		<description>[...] an adapter is the travel power adapter. American socket and plug are different from British. Their interface are not compatible with one another. British plugs are cylindrical and American plugs are [...]</description>
		<content:encoded><![CDATA[<p>[...] an adapter is the travel power adapter. American socket and plug are different from British. Their interface are not compatible with one another. British plugs are cylindrical and American plugs are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal Pawar</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/java-interface/#comment-4511</link>
		<dc:creator>Vishal Pawar</dc:creator>
		<pubDate>Fri, 15 Apr 2011 05:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=15#comment-4511</guid>
		<description>Hello Sir,
      It&#039;s all blogs are great. I have really got amazing information through this blogs would you please add some questions regarding to Struts and Hibernate. It will be really helpful.

Thanks again for all blogs....

Regards
Vishal S. Pawar</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
      It&#8217;s all blogs are great. I have really got amazing information through this blogs would you please add some questions regarding to Struts and Hibernate. It will be really helpful.</p>
<p>Thanks again for all blogs&#8230;.</p>
<p>Regards<br />
Vishal S. Pawar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

