EFFECTIVE JAVA 3/E
The definitive guide to Java programming language best practices from Josh BlochEach chapter of Effective Java, Third Edition, consists of several "items," each presented in the form of a short,…
Specifikacia EFFECTIVE JAVA 3/E
The definitive guide to Java programming language best practices from Josh BlochEach 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 methods Classes and interfaces: guidelines for making them usable,