看来 JDK 6 在 Sun 的心目中还是非常重要的,一发布者就连 JDK1.4和JDK5的链接都没了。
http://java.sun.com/
看看 JDK 6 有哪些新特性了:
首先不得不提的是脚本语言的支持,新增了 javax.script 包,看看 https://scripting.dev.java.net/ 这里
还有就是 gif 的版权过期了。
对了,编译器也从 com.sun.tools.javac 变成了 javax.tools.JavaCompile ,这下我们能够实时生成 Java 源代码,然后实时编译,有点动态语言的感觉了。
……

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

This site uses Akismet to reduce spam. Learn how your comment data is processed.