Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 218
Footnote

Why the odd little footnote that says:

According to Sun, "JDBC" is not an abbreviation for "Java Database Connectivity"?

There must be a story here. Because here is just one example of a Sun page that says it *does* stand for this:

http://java.sun.com/javase/technologies/database/

Jeff

Notes from the Author: Will should have the final call on this being a true errata or not, but here are my thoughts:

Sun has stated publicly and officially that JDBC is not an acronym for anything. It's also listed in their trademark submission as "JDBC", with no expansion. If they have changed their official stance, and/or submitted a revised trademark, then that happened since the publication of the book, and we don't need to correct it.

Anonymous 
Printed Page 317
Example code under Authenticated Connections

The example reads:

QueueConnection authQConn = qFactory.createQueueSession("JimFarley",
"myJMSPassword");

Should read:

QueueConnection authQConn = qFactory.createQueueConnection("JimFarley",
"myJMSPassword");

Anonymous 


"...serious Java developers will want this as an essential desk reference."
--James Cox, Library Bookwatch