دانلود کتاب Effective Java
by Joshua Bloch
|
عنوان فارسی: جاوا موثر |
دانلود کتاب
جزییات کتاب
کتاب حاضر برای نسخه های 7، 8 و 9 جاوا به روز رسانی شده استو با نسخه قبلی تفاوت های بسیاری دارد، از آن جایی که نسخه قبلی (2) کمی بعد از ارائه نسخه 6 جاوا ارائه شده است. این کتاب برنده جایزه Jolt شده است و جهت بهره برداری از تمامی مزیت های آخرین نسخه زبان برنامه نویسی جاوا نوشته شده است. با توجه به این که جاوا به روز جهت دستیابی به مدل های مختلف جدید افزایش یافته است که این کتاب این مدل ها را ارائه می نماید. همانند نسخه قبلی، نسخه فعلی در هر فصل جند مقوله مختلف را مورد ارزیابی و توجه قرار می دهد. هر فصل شامل کد، پیشنهاد در مورد نوشتن کد، نگاه دقیق به چارچوب زبان برنامه نویسی جاوا می باشد. این نسخه تمامی کتابخانه ها و الگوهای جدید اضافه شده به نسخه های 7، 8 و 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 increases the need for specific best-practices advice, and this book delivers.
As in previous editions, 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 updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why.
The third edition covers language and library features added in Java 7, 8, and 9, including the functional programming constructs that were added to its object-oriented roots. Many new items have been added, including a chapter devoted to lambdas and streams.
New coverage includes
• Functional interfaces, lambda expressions, method references, and streams
• Default and static methods in interfaces
• Type inference, including the diamond operator for generic types
• The @SafeVarargs annotation
• The try-with-resources statement
• New library features such as the Optional interface, java.time, and the convenience factory methods for collections