About Question enthuware.ocajp.i.v8.2.1414 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
Mushfiq Mammadov
Posts: 32
Joined: Fri Oct 16, 2015 4:33 am
Contact:

About Question enthuware.ocajp.i.v8.2.1414 :

Post by Mushfiq Mammadov »

Sample test 6

In explanation of 3rd option is written:
This will not compile because Boolean class does not have a no-args constructor.
But in the last sentence of explanation is written:
Thus, new Boolean() == new Boolean() is false, but new Boolean() == Boolean.parseBoolean("true") is true.

Code: Select all

    System.out.println(new Boolean() == new Boolean());  // DOES NOT COMPILE
    System.out.println(new Boolean() == Boolean.parseBoolean("true"));  // DOES NOT COMPILE
Argument is missing.

P.S. I bought full enthuware exam two days ago, but I decided to begin from sample test for adaptation to program structure. Explanations are very good. I hope that the explanations of standard tests would be helpful too :)

Kind regards,
Mushfiq

admin
Site Admin
Posts: 10389
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v8.2.1414 :

Post by admin »

Hi,
I checked the question just and I see the arguments. Please see image. Please make sure you are using the latest version of the question bank.

HTH,
Paul.
test.png
test.png (24.06 KiB) Viewed 2890 times

Mushfiq Mammadov
Posts: 32
Joined: Fri Oct 16, 2015 4:33 am
Contact:

Re: About Question enthuware.ocajp.i.v8.2.1414 :

Post by Mushfiq Mammadov »

It is from japv8trial.ets file.

Image

admin
Site Admin
Posts: 10389
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v8.2.1414 :

Post by admin »

Oh, ok. Yes, I see that this was fixed in the full version a while back.
thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests