Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 13

Given:

How often does the submitted task run?

    Correct Answer: B

    The submitted task runs once. The code provided uses a ManagedExecutorService instance to submit a task, which is an instance of MyCallable. When using the submit method of an ExecutorService, the task is executed once unless specifically configured otherwise.

Discussion
ciellaf5Option: B

Correct B

orjavaOption: B

Answer- B