Andrew Danieli

Greenhorn
+ Follow
since Nov 26, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andrew Danieli

Hi All,

I thought I should let you know that I passed. Thanks go to Kathy and Bert for a 1st class book, especially the bit about exam techniques. Its going to be my new java reference bible.

Regards

Andrew
Hi Bert,

Thanks for the advice. This is the only problem I've had so far. Given I've only got a day left before the exam, its a little late to change tack.

I'll let everyone know how I get on.

Regards

Andrew
Same here. I've got the Sun JDK 1.6 on my PC as well as the Oracle 1.5 JDK inside JDeveloper. Just tried and it compiled quite happily in 1.6. Something odd with Oracle.

As I can't compile the code in the real exam, I'll have to go with my gut instinct, for some of the answers.

Thanks for your help.

Andrew
Thanks for the welcome. Here's the code from my source file.



I'm using JDeveloper 10.1.3.3 and the error I get as mentioned above is:-

Error(46,36): class AbstractTest.Bar is abstract; cannot be instantiated
Hi All,

I've been lurking for a while, but thought I'd get some help with a question where the code doesn't seem to match the answer? My first look at C8.Q12 was to choose answer A, which is what the book said was correct, however when I typed the code in (and alternately cut-n-pasted from the pdf), I get a compilation error on "AbstractTest.Bar f = t.new Bar () {..."

Error(46,36): class AbstractTest.Bar is abstract; cannot be instantiated

I couldn't see anything in the Errata so I thought I'd check with the authors.

I'm starting to panic a bit as my exam is on Friday, and I'm worried that I haven't prepared enough (read the book a several times, done all the Sun mock exams twice + the K & B self tests & the examulator freebie exam).

Thanks

Andrew