《JAVA核心技术》(第8版)是2011年电子工业出版社出版的图书,作者是昊斯特曼、Gary Cornell。本书针对JavaSE6平台进行了全面更新,囊括了Java平台标準版(JavaSE/J2SE)的全部基础知识,提供了大量完整且具有实际意义的套用实例。
本书分为2卷,卷I为基础知识,卷II为高级特性。
基本介绍
- 书名JAVA核心技术
- 作者昊斯特曼 (Horstmann Cay S.),Gary Cornell
- 译者叶乃文,邝劲筠,杜永萍
- ISBN9787121133626
- 定价99.00元
- 出版社电子工业出版社
- 出版时间2011年7月1日
- 开本16开
内容简介
CayS.Horstmann等编着,公飞编译的《Java核心技术》(CoreJava)自第1版出版以来,一直备受广大Java程式设计人员的青睐,畅销不衰,是Java经典书籍。第8版针对JavaSE6平台进行了全面更新,囊括了Java平台标準版(JavaSE/J2SE)的全部基础知识,提供了大量完整且具有实际意义的套用实例,详细介绍了Java语言基础知识、面向对象程式设计、接口与内部类、事件监听器模型、swing图形用户界面程式设计、打包应用程式、异常处理、登录与调试、泛型程式设计、集合框架、多执行绪等内容。
图书目录
Preface
Acknowledgements
Chapter 1 An Introduction to Java(新增批注共25条)
Java As a Programming Platform
The Java “White Paper” Buzzwords
Simple
Object Oriented
Network-Savvy
Robust
Secure
Architecture Neutral
Portable
Interpreted
High Performance
Multithreaded
Dynamic
Java Applets and the Internet
A Short History of Java
Common Misconceptions about Java
Chapter 2 The Java Programming Environment(新增批注共20条)
Chapter 3 Fundamental Programming Structures in Java(新增批注共44条)
Chapter 4 Objects and Classes(新增批注共55条)
Chapter 5 Inheritance(新增批注共42条)
Chapter 6 Interfaces and Inner Classes(新增批注共24条)
Chapter 7 Exceptions, Logging, Assertions, and Debugging(新增批注共38条)
Chapter 8 Generic Programming(新增批注共22条)
Chapter 9 Collections(新增批注共55条)
Chapter 10 Multithreading(新增批注共24条)
Index