Java: The Good Parts

Java: The Good Parts
Author :
Publisher : O'Reilly Media, Incorporated
Total Pages : 192
Release :
ISBN-10 : 0596803737
ISBN-13 : 9780596803735
Rating : 4/5 (37 Downloads)

Book Synopsis Java: The Good Parts by : Jim Waldo

Download or read book Java: The Good Parts written by Jim Waldo and published by O'Reilly Media, Incorporated. This book was released on 2010-04-29 with total page 192 pages. Available in PDF, EPUB and Kindle. Book excerpt: What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available. Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code. Learn how the type system and packages help you build large-scale software Use exceptions to make code more reliable and easier to maintain Manage memory automatically with garbage collection Discover how the JVM provides portability, security, and nearly bug-free code Use Javadoc to embed documentation within the code Take advantage of reusable data structures in the collections library Use Java RMI to move code and data in a distributed network Learn how Java concurrency constructs let you exploit multicore processors


Java: The Good Parts Related Books

Java: The Good Parts
Language: en
Pages: 192
Authors: Jim Waldo
Categories: Computers
Type: BOOK - Published: 2010-04-29 - Publisher: O'Reilly Media, Incorporated

DOWNLOAD EBOOK

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer
JavaScript: The Good Parts
Language: en
Pages: 174
Authors: Douglas Crockford
Categories: Computers
Type: BOOK - Published: 2008-05-08 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before i
Java: The Good Parts
Language: en
Pages: 196
Authors: Jim Waldo
Categories: Computers
Type: BOOK - Published: 2010-04-20 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer
How JavaScript Works
Language: en
Pages: 279
Authors: Douglas Crockford
Categories: Computers
Type: BOOK - Published: 2018-10-18 - Publisher: Virgule-Solidus

DOWNLOAD EBOOK

Douglas Crockford starts by looking at the fundamentals: names, numbers, booleans, characters, and bottom values. JavaScript’s number type is shown to be faul
Java
Language: en
Pages:
Authors: Jim Waldo
Categories: Java
Type: BOOK - Published: 2010 - Publisher:

DOWNLOAD EBOOK

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer