It's not a secret anymore!
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes OCEJWCD study companion errors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "OCEJWCD study companion errors" Watch "OCEJWCD study companion errors" New topic
Author

OCEJWCD study companion errors

Sebastien French
Greenhorn

Joined: Jan 04, 2012
Posts: 20

Hello,

I don't know if this topic already exist but I'd like to point out errors in Charles Lyons book.


Chapter 8 - Revision questions - question 3 : The correct answer is supposed to be " C " but ServletRequest.newAsync() do not even exist.

or maybe I'm wrong and I do not understand something ?
Jim Forest
Greenhorn

Joined: Jan 07, 2004
Posts: 2

Yes, of course, you are right.
In fact, there is no correct answer listed in the book for this question.
The correct method name is "startAsync()", but it is declared in ServletRequest interface (and not in ServletContext as in answer "B")

I'm still reading the book, and in general I'm pretty satisfied with it.
Author definitely is good one and knows what he is talking about.

But the big number of typos is annoying. Wait till chapter 11 where even number of correct answers of several questions is wrong.

And support from the official site of publisher - http://www.garnerpress.com is pathetic.
In fact there is no such - Third Edition of the book is not listed there, so no errata, no download bundle, nothing ...

P.S.: OK, to be fair, download bundle of Second Edition is available, but ... why? is it so difficult just to upload and host one war file?
Sebastien French
Greenhorn

Joined: Jan 04, 2012
Posts: 20

hi,

Indeed I read chapter 11 yesterday and there is mistakes , I'll try to add these problems in this topic.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: OCEJWCD study companion errors
 
Similar Threads
Compiling errors
Custom Tag doubt
on the existence of JavaRanchers
Unable to find javax.ejb package
Help! Need to write out a amount after string has certain values in it. Must add and read file.