| Author |
how to answer "compile error on line ##"?
|
Vad Fogel
Ranch Hand
Joined: Aug 25, 2003
Posts: 504
|
|
K&B, p. 484:
what is the result? A. An exception occurs at runtime. B. true C. fred D. Compilation fails because of an error on line 3. E. Compilation fails because of an error on line 4. F. Compilation fails because of an error on line 8. G. Compilation fails because of an error on a line other than 3, 4, or 8.
The correct answer is G. I selected F and that was wrong. Here's the 1.4.2 compiler listing: Should we assume based on Famous Error thread that such questions on the real exam will be less ambiguous?
|
 |
Kathy Sierra
Cowgirl and Author
Ranch Hand
Joined: Oct 10, 2002
Posts: 1572
|
|
Howdy -- Actually, this IS the "famous error thread" question So yes, you can completely relax about questions like this on the real exam. The exam has been pounded on enough by now (almost as much as our book has ) that any thing that is *truly* ambiguous is now gone. I say *truly* become there are some questions that may *appear* ambiguous if you aren't looking at the right thing, but they really aren't. cheers, Kathy
|
 |
Vad Fogel
Ranch Hand
Joined: Aug 25, 2003
Posts: 504
|
|
Thank you very much Kathy for this very quick response!
|
 |
 |
|
|
subject: how to answer "compile error on line ##"?
|
|
|