Effective Java / 3rd Edition

Voorzijde
36,90
Levertijd: 4 werkdagen
+
Bestel
ISBN: 9780134685991
Uitgever: Pearson
Verschijningsvorm: Paperback
Auteur: Joshua Bloch
Druk: 3
Pagina's: 416
Taal: Engels
Verschijningsjaar: 2018
Vervanger van: 9780321356680

The definitive guide to Java programming language best practices from Josh Bloch Each chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short, stand-alone essay that provides specific advice, insight into Java platform subtleties, and code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. While coverage is through Java 9, this guidance covers core Java features every programmer works with, regardless of which version.

Concurrency: write clear, correct, well-documented concurrent programsObjects: creating and destroying; common methodsClasses and interfaces: guidelines for making them usable, robust, and flexibleGenerics: tell the compiler what types of objects are permitted in each collection for safer and clearer programsEnums and annotations: two special-purpose families of reference typesFunctions: break a big job into smaller pieces that might well be written by different people separated by both time and space. Lambdas and streams: create function objects with more easeMethod designs: treat parameters and return values; design method signatures; document methodsExceptions: improve a program's readability, reliability, and maintainabilityObject serialization: the dangers of serialization and how to minimize themGeneral programming: local variablescontrol structureslibrariesdata typesreflectionnative methodsoptimizationnaming conventions Programmers still consider this the best book on Java programming today.