Spring / Spring batch Interview questions
What is a cron job?
A cron job is a Linux command for scheduling script on your server to execute repetitive tasks automatically. Scripts executed as a cron job are typically used to modify files, databases and manage caching.
More Related questions...