Book description
What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.
Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.
- Learn how the type system and packages help you build large-scale software
- Use exceptions to make code more reliable and easier to maintain
- Manage memory automatically with garbage collection
- Discover how the JVM provides portability, security, and nearly bug-free code
- Use Javadoc to embed documentation within the code
- Take advantage of reusable data structures in the collections library
- Use Java RMI to move code and data in a distributed network
- Learn how Java concurrency constructs let you exploit multicore processors
Table of contents
- A Note Regarding Supplemental Files
- Preface
- 1. An Introduction to Java
- 2. The Type System
- 3. Exceptions
- 4. Packages
- 5. Garbage Collection
- 6. The Java Virtual Machine
- 7. Javadoc
- 8. Collections
- 9. Remote Method Invocation and Object Serialization
- 10. Concurrency
- 11. The Developer Ecology
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Java: The Good Parts
- Author(s):
- Release date: April 2010
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596803735
You might also like
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …
book
Clean Code: A Handbook of Agile Software Craftsmanship
Even bad code can function. But if code isn't clean, it can bring a development organization …
book
Core Java, Volume II—Advanced Features, 11th Edition
The #1 Guide to Advanced Java Programming, Fully Updated for Java 11 Core Java has long …
book
Clean Architecture: A Craftsman’s Guide to Software Structure and Design
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules …