<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>code.club - JAVA</title>
    <link>http://www.code.club/forum.php?mod=forumdisplay&amp;fid=39</link>
    <description>Latest 20 threads of JAVA</description>
    <copyright>Copyright(C) code.club</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 17 Aug 2026 23:32:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.code.club/static/image/common/logo_88_31.gif</url>
      <title>code.club</title>
      <link>http://www.code.club/</link>
    </image>
    <item>
      <title>static的使用時機</title>
      <link>http://www.code.club/forum.php?mod=viewthread&amp;tid=402</link>
      <description><![CDATA[若在public class test{
  public static void main(String args[]){
   }
} 

之外的class不能加上static而變成static class t1{...}
但裡面的method則可以加上static成為static void doit(){...}，如此一來，則可直接在main中調用t1.doit()函數而無需有instance。

而 ...]]></description>
      <category>JAVA</category>
      <author>enter</author>
      <pubDate>Tue, 09 May 2017 15:50:23 +0000</pubDate>
    </item>
    <item>
      <title>甲骨文親自宣判停止 Java 瀏覽器外掛</title>
      <link>http://www.code.club/forum.php?mod=viewthread&amp;tid=316</link>
      <description><![CDATA[Flash 才被宣判兩年內會全面退出市場，今天 Java 也出了重大消息。基於安全性理由，甲骨文宣布要快刀斬亂麻，在開發者使用的 Java Developer Kit 停止瀏覽器外掛。

甲骨文宣布，最新的 JDK 9 不再採用 Java 瀏覽器外掛，Java SE 版本中的 Oracle JDK 及 JRE 也將全部移 ...]]></description>
      <category>JAVA</category>
      <author>543</author>
      <pubDate>Fri, 29 Jan 2016 07:33:34 +0000</pubDate>
    </item>
    <item>
      <title>入門程式設計的好工具 Processing</title>
      <link>http://www.code.club/forum.php?mod=viewthread&amp;tid=282</link>
      <description><![CDATA[http://blog.lyhdev.com/2012/04/processing.html]]></description>
      <category>JAVA</category>
      <author>jagabee</author>
      <pubDate>Tue, 13 Oct 2015 16:23:44 +0000</pubDate>
    </item>
    <item>
      <title>Java線上學習資源</title>
      <link>http://www.code.club/forum.php?mod=viewthread&amp;tid=258</link>
      <description><![CDATA[https://github.com/JustinSDK/JavaSE6Tutorial

http://www.codedata.com.tw/book/java-basic/index.php]]></description>
      <category>JAVA</category>
      <author>2266</author>
      <pubDate>Sat, 08 Aug 2015 08:43:00 +0000</pubDate>
    </item>
  </channel>
</rss>