Enthuware - Best Mock Exams and Questions for Oracle Java Certifications
Quality Guaranteed - Pass or Full Refund!
That surprises me; there should only be one correct answer, or they should say there may be several correct answers.Jur Aj wrote:. . . but usually 1 or 2 correct answers.
Yes, Collections#binarySearch() does say the result is undefined for a List not sorted in ascending order. If the elements aren't mutually comparable, it throws an exception.. . . about binary search . . . if the list is not sorted . . . the result is not defined . . .
If they suggested that as an answer, they should not also say, “undefined,” even if that is a better answer, otherwise there would be two “correct” answers.jshell> var list = Arrays.asList("g1", "g3", "g2");
...> System.out.print(Collections.binarySearch(list, "g3"));
...> Collections.sort(list);
...> System.out.print(Collections.binarySearch(list, "g3"));
...> Collections.reverse(list);
...> System.out.print(Collections.binarySearch(list, "g3"));
...>
list ==> [g1, g3, g2]
12-4
Jur Aj wrote:
The another I think pretty important point is - I was allowed to use paper + pen - I explicitly asked proctor If i can use paper and pen and he allowed it. So don't hesitate to use it, but i strongly advice you to let them know via chat
[OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:I find it surprising as well, but a number of people reported being allowed to use pen/paper at home.
Jhonson Fernando
MyExamCloud | AI Course Generator | 1Z0-829 Practice Tests | Java 8 Mock Exams | 1Z0-811 Practice Tests | 1Z0-900 Practice Tests | PCAP Practice Tests | PCEP Practice Tests | PCPP1 Practice Tests
Anil Philip wrote:
Jur Aj wrote:
The another I think pretty important point is - I was allowed to use paper + pen - I explicitly asked proctor If i can use paper and pen and he allowed it. So don't hesitate to use it, but i strongly advice you to let them know via chat
Is it possible the proctor was new and unfamiliar with the rules?
I am really surprised. They are very strict about removing all papers far away.
I remember they explicitly say that you cannot use your own writing instruments and paper.
(after all, it will help you copy qs to help others!)
I think only the test centers allow a dry erase pad that they will provide.
Can anyone else confirm if they are allowing writing on the online exam that we take from home?
Campbell Ritchie wrote:
Please check; I couldn't get that link to open.Jur Aj wrote:. . . i found topic on . . .
It is allowed to have a papersheet and pencil for the exam certification?
Accepted Answer
45
Views
1
Comments
Charlie Gamboa H
Charlie Gamboa H Posts: 2
March 2023
Hi guys, I'm about to take the Java Programmer 1 1Z0-808 I'm just wondering, Could it be a good idea having a notebook nearby just in case, to do some calculations??
Thanks for your thoughts.
Best Answer
TanuG-Oracle
TanuG-Oracle Posts: 38 Explorer
March 2023
Please inform proctors via zoom chat if you are using paper and pen only for calculations.
Don't get me started about those stupid light bulbs. |