or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £4.25 Amazon.co.uk Gift Card
Java Precisely
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java Precisely [Paperback]

Peter Sestoft
4.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £15.95
Price: £15.15 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £0.80 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Paperback £15.15  
Trade In this Item for up to £4.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Java Precisely for an Amazon.co.uk gift card of up to £4.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Objects First with Java: A Practical Introduction Using BlueJ £49.98

Java Precisely + Objects First with Java: A Practical Introduction Using BlueJ
Price For Both: £65.13

Show availability and delivery details



Product details

  • Paperback: 168 pages
  • Publisher: MIT Press; 2nd Revised edition edition (10 Aug 2005)
  • Language English
  • ISBN-10: 0262693259
  • ISBN-13: 978-0262693257
  • Product Dimensions: 23.1 x 20.4 x 1.1 cm
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 419,416 in Books (See Top 100 in Books)

More About the Author

Peter Sestoft
Discover books, learn about writers, and more.

Visit Amazon's Peter Sestoft Page

Product Description

Product Description

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 be found at the book's Web site, http://www.dina.kvl.dk/ sestoft/javaprecisely/.

About the Author

Peter Sestoft is Professor of Information Technology at the Royal Veterinary and Agricultural University and at the IT University of Copenhagen, Denmark.

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
Before a Java program can be executed, it must be compiled and loaded. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
8 of 9 people found the following review helpful
Format:Paperback
Java is a complex language with many big, big books on the market. Java Precisely is refreshing in how it combines brevity (just over 100 pages) and depth of information. The other Java book I have is Dietel & Dietel's with though good, can be hard to read due to its size. Java Precisely reads almost as a specification of the language and allows the reader to understand the important principles of the language. Simple but very important concepts like the scope of variables, parameters and fields within a Class are concisely presented. Sestoft has obviously wanted to get away from the 'learn Java by looking at examples' school of thought, such as Dietel anfd Dietel, and is more interested in teaching Java by allowing the reader to understand its important concepts. The concise language he uses has the benefit of brevity, but most pages have to be read a few times to fully understand the concepts he is presenting. The benefit of this is that the reader knows whether or not that he/she has properly understood the text.

Even though thin, the book is a bit larger than a mousepad allowing sufficient information to be presented on each page, with concepts being illstrated by relevant, short pieces of code - 10 to 20 lines.

At just over ten pounds it is a very good investment for those new to Java, with its brief chapters providing a thorough grounding in the language's important concepts.

Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Howto in brevity 23 May 2009
Format:Paperback
Since brevity is the soul of wit ... I will be brief (Shakespeare). What is the use of 1000 pages if it can be said in 140. I wonder how we have fared before this essential and refreshingly brief book that says it all.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  11 reviews
43 of 43 people found the following review helpful
the fastest way for a programmer to pick up java 17 Feb 2003
By Mayer Goldberg - Published on Amazon.com
Format:Paperback
If you're already a programmer, then Java Precisely is the fastest way for you to pick up Java. Finally, after spending embarrasing amounts of money on other books, I found the ONE book on Java that I like:

- This is a no-nonsense, no-frills book. Very precise, very concise.

- The book assumes the reader knows how to program, and perhaps even knows how to program in an object oriented language. If you know CLOS, C++ or Smalltalk, or if you've played with object-oriented "extensions" of other languages, then this books is THE shortcut to programming in Java now. Not tomorrow, not in 16 lessons, NOW.

- This book will not teach you computer science. It will not teach you programming. It will not teach you object orientated programming. You get straight to the point of learning the syntax and semantics of Java, and you get A TASTE of the class libraries (IO, collections, and more).

- Most Java books fall into the following categories: (A) Intro programming -- nice if that's what you want, but very boring if you already know how to program; Also very heavy! (B) "Web programming in N days"-type of books. These aren't as precise, aren't complete, cover GUI, and typically the older and faster AWT rather than Swing, and cover a host of other issues that are not really related to the Java langauge. (C) Complete References -- These are great dust collectors on your shelf. Impossibly heavy, prohibitively expensive, outdated as soon as you buy them. They're not the way to learn an object oriented language ANYWAY: Use Java Precisely to learn the syntax, semantics and basic paradigms of the language (threads, exceptions, etc), with a few very specific excursions into the class library, and THEN get a good IDE (my preference is IntelliJ's IDEA) and learn to use the online Java documentation to find your way through the immense class library. You don't want to own a printed version of the class library any more than you want to own a phone book for the entire US -- You want tools to find what you need online!

- The book is dirt cheap.

Use the book as follows:

- Buy it, admire it, show it to your friends, try to get it back

- Just start programming. Follow the examples in the book, page by page, and bug people for help when you're stuck. A good IDE will work wonders in how fast you can pick up a new language!

- Speed-read it over a weekend, just to get an idea of what the language offers

- Start working on your project, referring to language issues every time you need something -- the book is actually small enough to find things in it, and the index is great. Use the IDE to browse the online documentation for the class library, to find the classes you need and their documentation. Use Sun's online search engine to find examples, tutorials, FAQs and other documentation.

- This book is small enough to take anywhere -- take it everywhere.

8 of 8 people found the following review helpful
Precise it is 17 May 2003
By Christian Dalager - Published on Amazon.com
Format:Paperback
With only 100 pages it's a relief to handle in comparison to the average book on programming languages.
The language is compact and it is a great reference book with good (and short) code examples and illustrations.
7 of 7 people found the following review helpful
For that Essential Language Tidbit You Need Right Now 19 Aug 2005
By J. Hines - Published on Amazon.com
Format:Paperback
Can't remember (or never knew) whether you use '&&' or '&' for a bitwise 'and'? Want to use the 'switch' statement, but haven't used it in some time (or never learned it)? This is the book that lets you **quickly** check (or learn) an essential Java tidbit.

Most other books on Java are intended to **teach** the clueless, in which case your essential tidbit is lost among all the words required for context-rich explanation. But, you are not clueless. You need something without the fluff. This is the book.

When I was looking for a book for fast look-ups, I tried several including O'Reilly's Java Language Reference and Gosling et al's The Java Language Specification. I stopped looking when I found this book. This book is better organized, more understandable, and as complete(for the purpose).

Most surprisingly, the author achieves brevity without ever seeming to be rushed. Somehow he even finds space to include a large number of very helpful examples.
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges