cron expression is used in
-
JSTL
-
Quartz
-
iBatis
-
AOP
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
Quartz is a Java job scheduling library that uses cron expressions for defining job execution schedules. JSTL is for JSP templating, iBatis is for database mapping, and AOP is aspect-oriented programming - none use cron expressions.
AI explanation
Quartz is a Java job-scheduling library that uses cron expressions (extended cron syntax with seconds precision) to define when triggers should fire scheduled jobs. JSTL is a JSP tag library, iBatis is a persistence/ORM framework, and AOP is a programming paradigm for cross-cutting concerns — none of them involve cron-style scheduling.