Spring / Spring batch Interview questions
Spring Batch Framework: What is ExecutionContext?
An ExecutionContext represents a collection of key/value pairs that are persisted and controlled by the framework in order to provide the developers a placeholder to store persistent state that is scoped to a StepExecution or JobExecution.
More Related questions...