«
Prev
»
Next
Spring / Spring batch Interview questions
How do you categorize batch applications based on input source in spring batch?
- Database-driven applications are driven by rows or values received from the database.
- File-driven applications are driven by records or values retrieved from a file.
- Message-driven applications are driven by messages retrieved from a message queue.
More Related questions...
Comments & Discussions