@Scheduled annotation is used to trigger the scheduler for a specific time period?

Spring Boot - Online Exam Test Papers | Spring Boot - MCQs[multiple choice questions and answers ] | Spring Boot - Mock Test Papers | Spring Boot - Practice Papers | Spring Boot - Sample Test Papers |

Question:
@Scheduled annotation is used to trigger the scheduler for a specific time period?

1.@Scheduled(cron = "0 * 9 * * ?")

2.@Scheduled(time= "0 * 9 * * ?")

3.@Scheduled(crontime = "0 * 9 * * ?")

4.None

Posted Date:-2020-12-16 21:57:13


More MCQS Questions and answers