Multiple choice technology web technology

Which of this provide a standard interface for demarcating transactions.

  1. JTA

  2. JIA

  3. JEA

  4. JAI

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JTA (Java Transaction API) is the standard Java EE API for managing transactions across multiple resources. It provides interfaces for demarcating transaction boundaries (beginning, committing, or rolling back transactions). The other options are not standard transaction APIs in the Java ecosystem.