InterviewSolution
Saved Bookmarks
| 1. |
__________ get events indicating completion (success/failure) of component tasks.(a) getJobName()(b) getJobState()(c) getPriority()(d) getTaskCompletionEvents(int startFrom) |
|
Answer» The correct answer is (d) getTaskCompletionEvents(int startFrom) To explain I would say: getPriority() provides scheduling info of the job. |
|