About Question enthuware.ocpjp.ii.v11.2.1883 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
nirwan84
Posts: 7
Joined: Thu Nov 19, 2020 3:43 pm
Contact:

About Question enthuware.ocpjp.ii.v11.2.1883 :

Post by nirwan84 »

Assumption is made that the values are somehow sorted...

Why
[1, 1, 3]
and not
[3, 1, 1] or [1, 3, 1]?

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

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Post by admin »

No, it does not make that assumption that is why [3, 1, 1] or [1, 3, 1] are not among the options. You don't have to determine whether you have to pick 1, 1, 3 or 1, 3, 1.

teodorj
Posts: 28
Joined: Tue Jun 19, 2018 10:27 am
Contact:

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Post by teodorj »

Will the real exam include options like below (have to choose the order returned by collect method)?
[3, 1, 1] or [1, 3, 1] ?

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

Re: About Question enthuware.ocpjp.ii.v11.2.1883 :

Post by admin »

Not unless the order is clear from the given code.

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests