<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Java Index Blog</title>
	<atom:link href="http://javaindex.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javaindex.wordpress.com</link>
	<description>A store for Java stuff...</description>
	<lastBuildDate>Tue, 15 Feb 2011 14:19:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javaindex.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Java Index Blog</title>
		<link>http://javaindex.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javaindex.wordpress.com/osd.xml" title="Java Index Blog" />
	<atom:link rel='hub' href='http://javaindex.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java編寫的程式，是否比較安全呢？</title>
		<link>http://javaindex.wordpress.com/2011/02/14/java%e7%b7%a8%e5%af%ab%e7%9a%84%e7%a8%8b%e5%bc%8f%ef%bc%8c%e6%98%af%e5%90%a6%e6%af%94%e8%bc%83%e5%ae%89%e5%85%a8%e5%91%a2%ef%bc%9f/</link>
		<comments>http://javaindex.wordpress.com/2011/02/14/java%e7%b7%a8%e5%af%ab%e7%9a%84%e7%a8%8b%e5%bc%8f%ef%bc%8c%e6%98%af%e5%90%a6%e6%af%94%e8%bc%83%e5%ae%89%e5%85%a8%e5%91%a2%ef%bc%9f/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 11:18:31 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://javaindex.wordpress.com/?p=24</guid>
		<description><![CDATA[最近常常留意到一些有關駭客入侵電腦系統等等的新聞。大家都對家裡電腦的安全性抱有疑問。為什麼資訊科技發達的年代，我們仍然無法避免這些安全性的問題。我們會問，難道，我們沒有辦法將電腦變得安全一些嗎？ 我相信，是現今的商業趨勢影響了人的選取，而這些選取卻偏向於低成本、快速對應市場需求的軟件產品。然而，安全性不是最被重視的因素。所以，市場上就充滿著安全性不足夠的軟件。而且，很多電腦語言也不是以易於開發高安全性為目的而誕生。 可幸的，Java爪哇電腦語言是世上其中一隻以易於編寫安全性高的軟件的電腦語言。 在Java爪哇電腦語言的編程哲學，以嚴謹的資料類型、嚴格的「例外」管理見稱。在程式能成功被翻譯之前，爪哇的翻譯器會執行嚴格的資料類型檢測，它也檢視每一個可能發生例外的程式部份，並檢測這些情況有沒有被妥善地處理。 如果能全部通過測試，程式才會被翻譯成可運行的檔案。透過這種強制性的測檢，程式的安全性會比較高。 然而，編寫爪哇程式時，除了標準的物件有強制要求設計者要處理所有例外的情況，但是，自訂的物件則要設計者的自覺，加入合適的「例外」處理。 然而，在團隊開發下，物件的設計者可以強制要求物件的使用者作出「例外」處理，否則，程式不能被翻譯。 可以看到，就算電腦語言上有處理「例外」的能力，還是要靠程式設計者的配合，才可以真正提昇程式的安全性。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=24&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>最近常常留意到一些有關駭客入侵電腦系統等等的新聞。大家都對家裡電腦的安全性抱有疑問。為什麼資訊科技發達的年代，我們仍然無法避免這些安全性的問題。我們會問，難道，我們沒有辦法將電腦變得安全一些嗎？</p>
<p>我相信，是現今的商業趨勢影響了人的選取，而這些選取卻偏向於低成本、快速對應市場需求的軟件產品。然而，安全性不是最被重視的因素。所以，市場上就充滿著安全性不足夠的軟件。而且，很多電腦語言也不是以易於開發高安全性為目的而誕生。</p>
<p>可幸的，Java爪哇電腦語言是世上其中一隻以易於編寫安全性高的軟件的電腦語言。</p>
<p>在Java爪哇電腦語言的編程哲學，以嚴謹的資料類型、嚴格的「例外」管理見稱。在程式能成功被翻譯之前，爪哇的翻譯器會執行嚴格的資料類型檢測，它也檢視每一個可能發生例外的程式部份，並檢測這些情況有沒有被妥善地處理。</p>
<p>如果能全部通過測試，程式才會被翻譯成可運行的檔案。透過這種強制性的測檢，程式的安全性會比較高。</p>
<p>然而，編寫爪哇程式時，除了標準的物件有強制要求設計者要處理所有例外的情況，但是，自訂的物件則要設計者的自覺，加入合適的「例外」處理。</p>
<p>然而，在團隊開發下，物件的設計者可以強制要求物件的使用者作出「例外」處理，否則，程式不能被翻譯。</p>
<p>可以看到，就算電腦語言上有處理「例外」的能力，還是要靠程式設計者的配合，才可以真正提昇程式的安全性。</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaindex.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaindex.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaindex.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=24&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaindex.wordpress.com/2011/02/14/java%e7%b7%a8%e5%af%ab%e7%9a%84%e7%a8%8b%e5%bc%8f%ef%bc%8c%e6%98%af%e5%90%a6%e6%af%94%e8%bc%83%e5%ae%89%e5%85%a8%e5%91%a2%ef%bc%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>First Two Excerises Added, Java Index</title>
		<link>http://javaindex.wordpress.com/2010/07/22/first-two-excerise-added-java-index/</link>
		<comments>http://javaindex.wordpress.com/2010/07/22/first-two-excerise-added-java-index/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:12:03 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[Java Index]]></category>
		<category><![CDATA[Java Exercise]]></category>
		<category><![CDATA[Website update]]></category>

		<guid isPermaLink="false">http://javaindex.wordpress.com/?p=19</guid>
		<description><![CDATA[In a hurry in this rainy day,  I&#8217;ve added an exercise session in the Java Index.  Currently, I added two questions: BlueOcean Class AssortedFruit I&#8217;ve class of PHP on coming Saturday and Java class on coming Sunday.  So, I still have little time editing exercise of this website. Happy Programming, Cloudgen<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=19&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In a hurry in this rainy day,  I&#8217;ve added an <a href="http://www.java-index.buss.hk/java-index/exercise">exercise session</a> in the <a href="http://www.java-index.buss.hk/">Java Index</a>.  Currently, I added two questions:</p>
<ul>
<li><a href="http://www.java-index.buss.hk/java-index/exercise/list/blueocean">BlueOcean Class</a></li>
<li><a href="http://www.java-index.buss.hk/java-index/exercise/list/asortedfruit">AssortedFruit</a></li>
</ul>
<p>I&#8217;ve class of PHP on coming Saturday and Java class on coming Sunday.  So, I still have little time editing exercise of this website.</p>
<p>Happy Programming,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaindex.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaindex.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaindex.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=19&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaindex.wordpress.com/2010/07/22/first-two-excerise-added-java-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
		<item>
		<title>Why? Java Index!!</title>
		<link>http://javaindex.wordpress.com/2010/07/16/why-java-index/</link>
		<comments>http://javaindex.wordpress.com/2010/07/16/why-java-index/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 13:20:58 +0000</pubDate>
		<dc:creator>cloudgen</dc:creator>
				<category><![CDATA[Java Index]]></category>
		<category><![CDATA[Java course material]]></category>
		<category><![CDATA[Website maintenance]]></category>

		<guid isPermaLink="false">http://javaindex.wordpress.com/?p=1</guid>
		<description><![CDATA[I have been teaching classes about SCJP 5.0 for more than two years.  A website for storing teaching materials is helpful to me.  That the reason why I setup the Java Index. For me, maintaining a website requires much effort than writing notes.  So, it takes some time for me to transform most of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=1&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been teaching classes about SCJP 5.0 for more than two years.  A website for storing teaching materials is helpful to me.  That the reason why I setup the <a href="http://www.java-index.buss.hk">Java Index</a>.</p>
<p>For me, maintaining a website requires much effort than writing notes.  So, it takes some time for me to transform most of the thing in to web format.  However, a web-site for storing teaching materials of Java programming provides much benefits when compared to the effort being paid.</p>
<p>This Java Index website is still under development.  And I will upload content from time to time. Stop by now.</p>
<p>Happy programming,</p>
<p>Cloudgen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaindex.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaindex.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaindex.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaindex.wordpress.com&amp;blog=14719391&amp;post=1&amp;subd=javaindex&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaindex.wordpress.com/2010/07/16/why-java-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9901be4ac17da965e9478fbbb7f319f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cloudgen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
