<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>第6章 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%AC%AC6%E7%AB%A0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 23 Dec 2011 16:17:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Java核心技术(第8版) – 读书笔记 – 第6章</title>
		<link>https://www.coder4.com/archives/2726</link>
					<comments>https://www.coder4.com/archives/2726#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 16 Dec 2011 15:51:44 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[核心技术]]></category>
		<category><![CDATA[第6章]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2726</guid>

					<description><![CDATA[1、接口：用于描述类应当实现什么功能，但接口不包含实现。一个类可以实现多个接口。比如用于比较的接口： public interface Comparable { int compareTo()(Object other); } 上面的Comparable接口中，返回值定义如下： (1) x &#60; y，返回负数 (2) x &#62; y，返回正数 (3) x = y，返回0 2、接口中所有的方法，默认为public，无需再定义。 3、接口中可以包含N多方法，[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2726/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
