Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

O'Reilly Releases "Hardcore Java"

 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Secrets of the Java Masters
O'Reilly Releases "Hardcore Java"
Sebastopol, CA--Had they but world enough, and time, all Java developers
would be Java gurus. But at their backs they always hear--not time's
winged chariot hurrying near--but the unyielding insistence of deadlines
and managers that can't be ignored. And even if deadlines and managers
would relent, where would they turn for instruction? As Robert Simmons,
Jr., author of "Hardcore Java" (O'Reilly, US $39.95) notes, the majority
of computer books are often not appropriate for the intermediate to
advanced programmer.
Says Simmons, "When looking at my rather impressive computer book library,
I notice that my books tend to fall into two categories: many are
introductions to concepts and most of the others are references to
concepts. Although these books are very useful, there is a distinct lack
of books that target the intermediate to advanced programmer." In short,
there are few books that can really transform a developer from an
intermediate-level programmer to a true guru.
That transformation is the goal of "Hardcore Java." The book distills
years of experience into a concise but generous compendium of java guru
expertise, revealing the difficult and rarely understood secrets of Java
that true master programmers need to know. Written for the working Java
developer, "Hardcore Java" takes the language and breaks it apart, piece
by piece. The book moves quickly through the fundamentals and then turns
to advanced memory-management techniques, optimization and bytecode-level
enhancements, and the techniques required to build lightning-fast GUIs.
Thousands of lines of code, heavily commented and easily runnable,
illustrate each concept in the book. Developers will master the art of
writing and maintaining indestructible, error-proof code, while grasping
the intricacies of the Java language.
"Hardcore Java" covers:
-Using the "final" keyword to optimize and protect your Java classes
-All types of nested classes, including how to optimize anonymous and
inner classes
-Immutable objects, including unique tips on when to use them (and when
not to)
-The elimination of bugs through exception-handling management
-Constants, including their impact on the Java memory model
-Reflection--moving far beyond the typical "Hello World" coverage
-The construction and use of dynamic proxies, in both Java Standard and
Enterprise editions
-Weak references, including usage patterns and their role in garbage
collection and memory management
There's an enormous difference between writing code that compiles and runs
and writing code that reads like poetry: robust, extensible, and just
plain elegant. It's that difference that distinguishes a master Java
developer from a good developer. "Hardcore Java" will help even the most
advanced developers move beyond their own limiting conceptions about Java
into truly advanced applications of the language.
Additional Resources:
Chapter 2, "The Final Story," is available online at:
http://www.oreilly.com/catalog/hardcorejv/chapter/index.html
For more information about the book, including table of contents, index,
author bio, and samples, see:
http://www.oreilly.com/catalog/hardcorejv/
For a cover graphic in JPEG format, go to:
ftp://ftp.ora.com/pub/graphics/book_covers/hi-res/0596005687.jpg
Hardcore Java
Robert Simmons, Jr.
ISBN 0-596-00568-7, 324 pages, $39.95 US, $57.95 CA
order@oreilly.com
1-800-998-9938
1-707-827-7000
http://www.oreilly.com
About O'Reilly
O'Reilly & Associates is the premier information source for leading-edge
computer technologies. The company's books, conferences, and web sites
bring to light the knowledge of technology innovators. O'Reilly books,
known for the animals on their covers, occupy a treasured place on the
shelves of the developers building the next generation of software.
O'Reilly conferences and summits bring alpha geeks and forward-thinking
business leaders together to shape the revolutionary ideas that spark new
industries. From the Internet to XML, open source, .NET, Java, and web
services, O'Reilly puts technologies on the map. For more information:
http://www.oreilly.com
# # #
O'Reilly is a registered trademark of O'Reilly Media, Inc. All other
trademarks are property of their respective owners.
 
reply
    Bookmark Topic Watch Topic
  • New Topic