logo
分类于: 编程语言 计算机基础

简介

Effective Java: 3rd Edition

Effective Java: 3rd Edition 9.8分

资源最后更新于 2020-07-24 15:48:11

作者:Joshua Bloch

出版社:Addison-Wesley Professional

出版日期:2018-01

ISBN:9780134685991

文件格式: pdf

标签: Java 计算机 java Programming 编程 经典 软件开发 计算机科学

简介· · · · · ·

The Definitive Guide to Java Platform Best Practices—Updated for Java 9

Java has changed dramatically since the previous edition of Effective Java was published shortly after the release of Java 6. This Jolt award-winning classic has now been thoroughly updated to take full advantage of the latest language and library features. The support in modern Java for multiple paradigms...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Preface
About the Author
Chapter 1: Introduction
Chapter 2: Creating and Destroying Objects
Chapter 3: Methods Common to All Objects
Chapter 4: Classes and Interfaces
Chapter 5: Generics
Chapter 6: Enums and Annotations
Chapter 7: Lambdas and Streams
Chapter 8: Methods
Chapter 9: General Programming
Chapter 10: Exceptions
Chapter 11: Concurrency
Chapter 12: Serialization
Index