Multiple choice technology platforms and products

For EJB applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the UserTransaction object for the WebLogic Server domain?

  1. JTA

  2. JNDI

  3. JMS

  4. JMX

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

JNDI is used by EJB clients to locate resources, including obtaining a reference to the UserTransaction object under the standard path java:comp/UserTransaction in WebLogic.