Effective Java

Effective Java
Sofort lieferbar | Lieferzeit: Sofort lieferbar I

48,23 €*

Alle Preise inkl. MwSt.| Versandkostenfrei
Artikelnummer:
9780134685991
Veröffentlichungsdatum:
2017
Erscheinungsdatum:
01.01.2018
Seiten:
392
Autor:
Joshua Bloch
Gewicht:
730 g
Format:
230x187x23 mm
Sprache:
Englisch
Langbeschreibung
Since this Jolt-award winning classic was last updated in 2008 (shortly after Java 6 was released), Java has changed dramatically. The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections.
Inhaltsverzeichnis
Chapter 1: Introduction