• 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

Head First EJB or J2EE Spec

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kathi and Bert,
First of all for the realease of this, much awaited book. We'll look forward to having our copies asap.
Does the book cover the entire spec ?
If yes then, can we read only the book instead of the spec now for SCBCD ?
Thanks
Karen
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Karen,
HF EJB is an intro book, and a certification book. I think if you never actually write any EJBs and if you never study the spec, and if HF EJB is the only book you have, you could probably still pass the exam, but it's a good spec, pretty readable, and HF EJB is NOT a reference book! So I'd say EJB is a big topic and there is no one book that can totally cover all the EJB bases.
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bert
I could see HF EJB's front cover mentioning "PASSING the SCBCD exam". Why this particular word "PASSING"? Why can't it be SCBCD study kit in place?
-Sainudheen
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy,
I'm going to disagree with my co-author a little
I am quite confident that the book is all you need to pass the exam.
You definitely do NOT need to have the spec or any other book. However, I DO think that it is a very good idea to get the spec, and use it to refer to, especially as you go through the mock exam answer explanations (that give the page numbers for the spec where that topic is covered.)
This does not, of course, guarantee that you'll get a high score, or even pass... some people just do not do well at test-taking, even though they understand the material. But the EJB exam is not nearly as *tricky* as the SCJP... if you know the material, the questions should appear fairly clear and straightforward to you, as long as you read very carefully. Some people still get tripped up by things like:

Which are true? (choose all that apply)
A) A session bean class must extend javax.ejb.SessionBean
B) The local home create() method for a stateless session bean always returns a type that extends javax.ejb.EJBObject
Of course, A is wrong because it says "extend" instead of "implement" and B is wrong because a local home interface create must return something that extends javax.ejb.EJBLocalObject.
So those little subtle differences are crucial. You have to pay close attention. And these are two of the easier questions...
And before you panic, yes, the REAL exam tells you how many answers to choose. It does NOT say "choose all that apply". We use "choose all that apply" to make sure that our questions are just slightly more difficult to answer, because people tend to *memorize* questions on a mock exam, and end up with better scores than they'll get with new questions they've never seen.
cheers,
Kathy
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Originally posted by Kathy Sierra:
I'm going to disagree with my co-author a little


There's trouble a brewin'

Originally posted by Kathy Sierra:
And before you panic, yes, the REAL exam tells you how many answers to choose. It does NOT say "choose all that apply". We use "choose all that apply" to make sure that our questions are just slightly more difficult to answer, because people tend to *memorize* questions on a mock exam, and end up with better scores than they'll get with new questions they've never seen.


Having done the real exam and having been a beta tester for the questions in K&B book, I can add that I got a lower score in the K&B mock questions than in the real exam, but if the K&B questions had mentioned the number of right answers then the two scores would have been almost identical.
Regards, Andrew
 
Bert Bates
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No trouble...


There's trouble a brewin'


My writing style is simply more 'compact' than my co-author's...
[ October 28, 2003: Message edited by: Bert Bates ]
 
You had your fun. Now it's time to go to jail. Thanks for your help tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic