| ||||||||||||||||||
|
There is a newer edition of this item:
|
The Essential Java Class Reference is a hands-on introduction to powerful Java programming resources available from Sun Microsystems. This accessible reference to the key class libraries used for everyday programming is superb as a stand-alone guide for beginning or intermediate Java programmers or can be used to supplement Java programming books. The book contains descriptions of the 125 most-used Java classes, with approximately 100 short code examples and five complete programs.
Brian Durney worked for AT & T Bell Laborartories and earned his Master's degree in Computer Science at Stanford University. Brian completed his Ph. D. in Computer Science at the University of Oregon and teaches introductory programming courses at Utah Valley State College.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
2 of 3 people found the following review helpful:
4.0 out of 5 stars
useful, but perhaps not for Applets?,
By
This review is from: Essential Java Class Reference for Programmers, The (3rd Edition) (Paperback)
As Java has gotten built out, the default SDK has a huge number of packages. Can be overwhelming. Typically you don't need to know all or even most of these. But which should you know? Durney supplies one such choice of packages in his book. It does not cover those packages or classes involving elementary syntax. You should already have these down.Instead, he offers certain packages of high utility. Take the NumberFormat class as an example. It lets you control the number of digits in an output. Then there are the far more complex Date and Calendar classes. These deal with various different conventions for showing the date, as well as a host of language dependent issues. For example, in most of the world, a date is written in the format day-month-year. But the US uses month-day-year. So you might need to customise your displays accordingly. These classes are also deal with the non-metric nature of the many time divisions. As a programmer, you can use the classes instead of having to re-invent a lot of functionality. But the book's chapter on Applet usage may be less useful to many readers. As Java has developed, Applets have gotten steadily downplayed. Little serious programming appears to be done with these. Before some of you get irate and berate me, take a look at the latest Sun documentation. Sun has pushed Java steadily into server-side applications, where it is doing quite well.
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|