Spring / Spring batch Interview questions
Spring Batch: Difference between Step and StepExecution.
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.
More Related questions...