Effective Java Programming Language Guide


Download Effective Java Programming Language Guide PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Effective Java Programming Language Guide book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Effective Java


Effective Java

Author: Joshua Bloch

language: en

Publisher: Addison-Wesley Professional

Release Date: 2008-05-08


DOWNLOAD





Are you looking for a deeper understanding of the JavaTM programming language so that you can write code that is clearer, more correct, more robust, and more reusable? Look no further! Effective JavaTM, Second Edition, brings together seventy-eight indispensable programmer’s rules of thumb: working, best-practice solutions for the programming challenges you encounter every day. This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Bloch explores new design patterns and language idioms, showing you how to make the most of features ranging from generics to enums, annotations to autoboxing. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Highlights include: New coverage of generics, enums, annotations, autoboxing, the for-each loop, varargs, concurrency utilities, and much more Updated techniques and best practices on classic topics, including objects, classes, libraries, methods, and serialization How to avoid the traps and pitfalls of commonly misunderstood subtleties of the language Focus on the language and its most fundamental libraries: java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io Simply put, Effective JavaTM, Second Edition, presents the most practical, authoritative guidelines available for writing efficient, well-designed programs.

Practical Java


Practical Java

Author: Peter Haggar

language: en

Publisher: Addison-Wesley Professional

Release Date: 2000


DOWNLOAD





Índice abreviado: General techniques -- Objects and equality -- Exception handling -- Performance -- Multithreading -- Classes and interfaces -- Appendix: learning Java.

Effective Kotlin


Effective Kotlin

Author: Marcin Moskała

language: en

Publisher: Kt. Academy

Release Date:


DOWNLOAD





Kotlin is a powerful and pragmatic language, but it's not enough to know about its features. We also need to know when they should be used and in what way. This book is a guide for Kotlin developers on how to become excellent Kotlin developers. It presents and explains in-depth the best practices for Kotlin development. Each item is presented as a clear rule of thumb, supported by detailed explanations and practical examples.