📁 格尔奥奥维伊

Groovy is an object-oriented programming language for the Java platform. It is an alternative to the standard Java language. It uses a Java-like syntax which is dynamically compiled to standard JVM bytecodes, which work seamlessly with other Java code and libraries. The Groovy compiler can be used to emit Java bytecode to use in any Java project, or can be used dynamically as a scripting language. Groovy has features from Python, Ruby, and Smalltalk. Many such features are not in standard Java: static typing and dynamic typing; native syntax for lists, maps, arrays, and regular expressions; closures; operator overloading. It is undergoing standardization through the Java Community Process under JSR 241.

条目 (7+)
全部 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
JavaBeans Book Review
http://www.javaworld.com/article/2076655/learn-java/javabeans-book-review.html
👍 0 详情 链接
JDBC Database Access With Java: A Tutorial and Annotated Reference
http://java.sun.com/docs/books/jdbc/summary.html
👍 0 详情 链接
How to Think Like a Computer Scientist: Java Version
http://greenteapress.com/thinkapjava/
👍 0 详情 链接
Bleeding At the Keyboard
http://www.roxie.org/books/bleeding/
👍 0 详情 链接
Java Programming: From the Beginning
http://knking.com/books/java/
👍 0 详情 链接
In search of the best Java book for beginners
http://www.javaworld.com/article/2076338/in-search-of-the-best-java-book-for-beginners.html
👍 0 详情 链接
The Java Class Libraries: Volume 2
http://java.sun.com/docs/books/chanlee/second_edition/
👍 0 详情 链接