InterviewSolution
Saved Bookmarks
| 1. |
Define Executioncontext? |
|
Answer» 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. 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. |
|