- Hardcover: 566 pages
- Publisher: O'Reilly (2000)
- ISBN-10: 0596001126
- ISBN-13: 978-0596001124
- Product Dimensions: 22.6 x 15.5 x 3.3 cm
- Average Customer Review: 3.3 out of 5 stars See all reviews (7 customer reviews)
- See Complete Table of Contents
| ||||||||||||||||||||||||
|
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details. |
Product details
|
Like all good coding books it starts with "Hello world", used in this case to illustrate how to correctly set up your Java environment. After a few more basic examples there is a set of exercises which test your grasp of the material. From then on Flanagan tends to refer you to other books in the series to provide background and reference material relevant to the examples under discussion--a great marketing tool. In practice, any basic Java reference will provide this information. What they won't do is provide so many or such well thought out code examples for you to play with.
After the first few chapters you will be glad all the code is available for download as the examples become longer and more complex with ever less text between them. The simple Web browser example alone goes on for many pages.
Despite starting at the absolute beginning Java Examples In A Nutshell goes to the limits with sections on using RMI, JDBC, XML, servlets, JSP and lots more. It covers GUI programming, sound, encryption, internationalisation and other technologies essential for creating practical programs--all with exercises to ensure you really do understand.
While Java code is available from many Net sites the combination of organisation, examples and exercises make this a massively useful book for any budding or working Java programmer. --Steve Patient --This text refers to an out of print or unavailable edition of this title.
Tag this product(What's this?)Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items. |
Also, a few of the actual examples contain errors, e.g. "Animation with images p. 67-69" uses Applet.getDocumentBase() when the correct method is getCodeBase().
This was trivial, but other examples also do not work and the solution is sometimes harder to find.
So, I was disappointed, because "Java in a nutshell" is reliable and extremely usefull.