exam questions

Exam 1z0-819 All Questions

View all questions & answers for the 1z0-819 exam

Exam 1z0-819 topic 1 question 74 discussion

Actual exam question from Oracle's 1z0-819
Question #: 74
Topic #: 1
[All 1z0-819 Questions]

Given:



What is the result?

  • A. 1 2 followed by an exception
  • B. 1 2 4 5
  • C. A ConcurrentModificationException is thrown at run time.
  • D. 1 2 3 followed by an exception
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ASPushkin
1 year ago
Selected Answer: C
answer: C should be it.remove(); interesting that it wil be ok : if (it.next() == 2) { al.remove(2; break;
upvoted 1 times
...
mendjijet
1 year, 5 months ago
Selected Answer: C
C is ok java.util.ConcurrentModificationException
upvoted 1 times
...
Omnisumem
1 year, 10 months ago
Selected Answer: C
Tested: C.
upvoted 1 times
...
tmuralimanohar
2 years ago
Answer: C
upvoted 1 times
...
Stavok
2 years, 1 month ago
Selected Answer: C
C is correct java.util.ConcurrentModificationException
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...