Multiple choice technology web technology

cron expression is used in

  1. JSTL

  2. Quartz

  3. iBatis

  4. 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.