Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.56 KB

File metadata and controls

21 lines (17 loc) · 2.56 KB

Chapter 9. General Programming(通用程序设计)

Chapter 9 Introduction(章节介绍)

THIS chapter is devoted to the nuts and bolts of the language. It discusses local variables, control structures, libraries, data types, and two extralinguistic facilities: reflection and native methods. Finally, it discusses optimization and naming conventions.

本章主要讨论了 Java 语言的具体细节,包括局部变量、控制结构、类库、数据结构和两种不是由语言本身提供的机制:反射和本地方法。最后,讨论了优化和命名惯例。

Contents of the chapter(章节目录)