READ Free Dumps For Oracle- 1z0-804
Question ID 3545 | How many Threads are created when passing task to an Executor instance? |
Option A | A. A new Thread is used for each task. |
Option B | B. A number of Threads equal to the number of CPUs Is used to execute tasks. |
Option C | C. A single Thread Is used to execute all tasks. |
Option D | D. A developer-defined number of Threads is used to execute tasks. |
Option E | E. A number of Threads determined by system load is used to execute tasks. |
Option F | F. The method used to obtain the Executor determines how many Threads are used to execute tasks. |
Correct Answer | F |
Question ID 3546 | |
Option A | A. size: 4, elements: 11 22 33 44 |
Option B | B. size: 5, elements: 11 22 33 44 |
Option C | C. size: 4, elements: 11 22 33 44 77 |
Option D | D. size: 5, elements: 11 22 33 44 77 |
Option E | E. a ConcurrentModification Exception is thrown |
Correct Answer | B |