http://download.oracle.com/javase/1,5.0/docs/relnotes/features.html
JavaTM Language Features
For more information see New Language Features.
1.Generics
This long-awaited enhancement to the type system allows a type or method to operate on objects of various types while providing compile-time type safety. It adds compile-time type safety to the Collections Framework and eliminates the drudgery of casting. Refer to JSR 14.
2.Enhanced for Loop
This new language construct eliminates the drudgery and error-proneness of iterators and index variables when iterating over collections and arrays. Refer to JSR 201 .
3.Autoboxing/Unboxing
This facility eliminates the drudgery of manual conversion between primitive types (such as int) and wrapper types (such as Integer). Refer to JSR 201 .
4.Typesafe Enums
This flexible object-oriented enumerated type facility allows you to create enumerated types with arbitrary methods and fields. It provides all the benefits of the Typesafe Enum pattern ("Effective Java," Item 21) without the verbosity and the error-proneness. Refer to JSR 201.
5.Varargs
This facility eliminates the need for manually boxing up argument lists into an array when invoking methods that accept variable-length argument lists. Refer to JSR 201.
6.Static Import
This facility lets you avoid qualifying static members with class names without the shortcomings of the "Constant Interface antipattern." Refer to JSR 201.
7.Metadata (Annotations)
This language feature lets you avoid writing boilerplate code under many circumstances by enabling tools to generate it from annotations in the source code. This leads to a "declarative" programming style where the programmer says what should be done and tools emit the code to do it. Also it eliminates the need for maintaining "side files" that must be kept up to date with changes in source files. Instead the information can be maintained in the source file. Refer to JSR 175.
分享到:
相关推荐
J2SE 5.0,也被称为 Java 5.0,是 Java 发展历程中的一个重要版本,它引入了许多创新特性,极大地提升了开发效率和代码质量。此资源是一个中文版的 J2SE 5.0 API 文档,对于学习和理解 Java 5.0 的新特性和库函数...
此外,J2SE 5.0通过Java Authentication and Authorization Service (JAAS)等组件,支持多种身份验证机制,包括X.500、Kerberos、NT、UNIX认证,展示了其在处理复杂企业环境下的安全需求时的全面能力。 ### ...
### IBM Redbook: WebSphere MQ V7.0 特性和增强功能 #### 一、概述与背景 IBM WebSphere MQ(消息队列)是业界领先的消息中间件解决方案,旨在为分布式应用程序提供可靠、高效的数据传输服务。...
### WebSphere MQ V7.0 特性和增强 #### 执行摘要 IBM 的 WebSphere MQ V7.0 是一个企业级消息传递系统,为应用程序之间的可靠数据交换提供了一个强大而灵活的基础。本版本包含了多项重要的特性和增强功能,旨在...
The Java Tutorials are practical guides for programmers who want to ... They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails".
5G R15到R16演进及R17展望
Get up to speed on C# language basics, including syntax, types, and variables Explore advanced topics such as unsafe code and preprocessor directives Learn C# 5.0 features such as concurrency and ...
一本书 Addison.Wesley.Microsoft.SQL Server 2000-A Guide to Enhancements and New Features
New features and enhancements as in (4/7/2005): - 1. Start-up Splash screen that dynamically changes whenever you logoff/logon. 2. Application screens titles that allow you to specify your Business ...
It includes the new features and enhancements found in the latest version of Gradle, an open source enhanced Java build and release tool for Java that is especially popular among Spring application ...
This fully packed mini-book includes the new features and enhancements found in the latest version of Maven. In this short 100-page book, you'll learn all about Maven and how to set it up to use. ...
7. Partitioning Enhancements:分区功能在10g中得到显著增强,包括范围、列表、哈希等多种分区方式,以及分区级别的操作,如在线重定义和交换,提高了大型数据表的管理效率。 8. Memory Management:Oracle 10g...
Xiao Li and Wenchen Fan offer an overview of the major features and enhancements in Apache Spark 2.4. Along the way, you’ll learn about the design and implementation of V2 of theData Source API and ...
1. **Partitioning Enhancements**: Oracle 10g引入了多种分区策略,如范围分区、列表分区等,以支持大规模数据处理场景下的高效查询和管理。 2. **Data Pump**: Data Pump是一项用于高速数据导入导出的新功能,极大...
Java 9 and the importance of the new APIs and enhancements. Some of the new features of Java 9 are groundbreaking, and if you are an experienced programmer, you will be able to make your enterprise ...
Utilize the new enhancements in Transact-SQL and security features in SQL Server 2016 to build efficient database applications Work with temporal tables to get information about data stored in the ...
Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. 格式:epub,完整版本
MariaDB is a drop in replacement for MySQL it also has a lot of new features and performance enhancements that differentiate it from MySQL. It is also powerful enough to be the database of choice for...
A detailed guide to SQL Server 2016, introducing you to multiple new features and enhancements to improve your overall development experience Who This Book Is For This book is for database developers...