Given a JSL document describing a batch job:
How do you initiate a batch job?
Given a JSL document describing a batch job:
How do you initiate a batch job?
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.
C is correct awnser
C is correct answer
Answer C