InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Step And Stepexecution? |
|
Answer» A STEP is a domain object that ENCAPSULATES an independent and sequential phase of a batch JOB while a StepExecution represents a single ATTEMPT to execute a step. A Step is a domain object that encapsulates an independent and sequential phase of a batch job while a StepExecution represents a single attempt to execute a step. |
|