Java precisely

English language

Published Jan. 28, 2005 by MIT Press.

ISBN:
978-0-262-69325-7
Copied ISBN!

View on OpenLibrary

4 stars (1 review)

This concise guide to the Java programming language, version 5.0, offers a quick reference for the reader who wants to know the language in greater detail than that provided by the standard text or language reference book. It presents the entire Java programming language and essential parts of the class libraries -- the collection classes and the input-output classes.

The second edition adds material on autoboxing of primitive types, string formatting, variable-arity methods, the enhanced for statement, enum types, generic types and methods, reflection, and meta-data annotations. It has been updated throughout to reflect the changes from Java 1.4 to Java 5.0. The final section summarizes and illustrates the new features of Java 5.0 and compares them to the C# programming language. General rules are shown on left-hand pages and corresponding examples on right-hand pages. All examples are fragments of legal Java programs and the complete ready-to-run example programs can …

2 editions

Review of 'Java Precisely' on 'GoodReads'

4 stars

If you are in a hurry, know how to program, and need to learn Java, this is great. It's the shortest book I found, and I felt much more comfortable after reading it. I found this through a recommendation in Effective Java.

Pros:
- It's really short.
- Great title.
- Doesn't try to convince you that object-oriented programming is the cool new thing.
- Gets pretty precise about why certain things are the way they are.

Subjects

  • Java (Computer program language)