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

Given a JSL document describing a batch job:

How do you initiate a batch job?

    Correct Answer: C

    To initiate a batch job in JSL for Java EE, you need to obtain the JobOperator object from BatchRuntime and call its start() method. This will start the batch job referred to by its job name. This is the correct way to start a batch job according to the JSL specification for batch processing in Java EE.

Discussion
zee2021Option: C

C is correct awnser

devmsalehOption: C

C is correct answer

orjavaOption: C

Answer C