Spring / Spring batch Interview questions
Spring batch: Define ExecutionContext.
An ExecutionContext represents a collection of key-value pairs that are persisted and controlled by the framework in order to allow developers a place to store persistent state that is scoped to a StepExecution or JobExecution.
More Related questions...