Cantitate/Preț
Produs

Effective Java

Autor Joshua Bloch
en Limba Engleză Paperback – 6 ian 2018

TheDefinitiveGuidetoJavaPlatformBestPractices--UpdatedforJava7,8,and9JavahaschangeddramaticallysincethepreviouseditionofEffectiveJavawaspublishedshortlyafterthereleaseofJava6.ThisJoltaward-winningclassichasnowbeenthoroughlyupdatedtotakefulladvantageofthelatestlanguageandlibraryfeatures.ThesupportinmodernJavaformultipleparadigmsincreasestheneedforspecificbest-practicesadvice,andthisbookdelivers.Asinpreviouseditions,eachchapterofEffectiveJava,ThirdEdition,consistsofseveral"items,"eachpresentedintheformofashort,stand-aloneessaythatprovidesspecificadvice,insightintoJavaplatformsubtleties,andupdatedcodeexamples.Thecomprehensivedescriptionsandexplanationsforeachitemilluminatewhattodo,whatnottodo,andwhy.ThethirdeditioncoverslanguageandlibraryfeaturesaddedinJava7,8,and9,includingthefunctionalprogrammingconstructsthatwereaddedtoitsobject-orientedroots.Manynewitemshavebeenadded,includingachapterdevotedtolambdasandstreams.Newcoverageincludes

  • Functionalinterfaces,lambdaexpressions,methodreferences,andstreams
  • Defaultandstaticmethodsininterfaces
  • Typeinference,includingthediamondoperatorforgenerictypes
  • The@SafeVarargsannotation
  • Thetry-with-resourcesstatement
  • NewlibraryfeaturessuchastheOptionalinterface,java.time,andtheconveniencefactorymethodsforcollections

Registeryourproductatinformit.com/registerforconvenientaccesstothewebeditioneBook,updates,and/orcorrectionsastheybecomeavailable.

Citește tot Restrânge

Preț: 25883 lei

Preț vechi: 32354 lei
-20%

Puncte Express: 388

Preț estimativ în valută:
4959 5384$ 4253£

Carte disponibilă

Livrare economică 18 aprilie-02 mai
Livrare express 03-09 aprilie pentru 3985 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780134685991
ISBN-10: 0134685997
Pagini: 416
Dimensiuni: 230 x 187 x 23 mm
Greutate: 0.73 kg
Ediția:3. Auflage
Editura: ADDISON-WESLEY

Descriere

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.

 

In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. 

 
As in previous editions, each chapter consists of several “items,” each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:

  • Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics

  • How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform

  • Focus on the language and its most fundamental libraries, such as java.lang and java.util


Cuprins

  • 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
  • References
  • Index

Notă biografică

Joshua Bloch is a professor at Carnegie Mellon University. He was formerly the chief Java architect at Google, a distinguished engineer at Sun Microsystems, and a senior systems designer at Transarc. He led the design and implementation of numerous Java platform features, including the JDK 5.0 language enhancements and the Java Collections Framework. He holds a Ph.D. in computer science from Carnegie Mellon University and a B.S. in computer science from Columbia University.