Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3067 :

Posted: Tue Apr 30, 2019 7:13 am
by laurentiu.spilca
Hello,

I believe there is something wrong with one of the answers.

This one is marked as correct

int a-> Integer.toHexString(a)

But the syntax is wrong, and the explanation below it marks it as wrong also :) Furthermore, there are no 4 correct answers. Only 3 seem to be right at the moment.

What is your opinion?

Regards,
Laurentiu

Re: About Question enthuware.ocpjp.i.v11.2.3067 :

Posted: Tue Apr 30, 2019 8:10 am
by admin
You are right. Option 7 and 8 are incorrect. It should be (Integer a) -> Integer.toHexString(a);
The explanation is correct.
Thank you for your feedback!

Re: About Question enthuware.ocpjp.i.v11.2.3067 :

Posted: Sun Jun 23, 2019 9:52 am
by hamzaBlm
I Answered Correctly But I Think method references aren't part of the exam. Are they?

Re: About Question enthuware.ocpjp.i.v11.2.3067 :

Posted: Sun Jun 23, 2019 10:09 am
by admin
As of now, the exam objectives don't mention any details on what exactly is and is not the part of the exam. So, we have gone mostly with what we saw on the exam. We also decided to err on the side of caution and include stuff that may be a little out of scope but is important none the less.

HTH,
Paul.