ExamQuestions.com

Register
Login
Oracle WebLogic Server 12c Advanced Administrator II Exam Questions

Oracle

Oracle WebLogic Server 12c Advanced Administrator II

13 / 36

Question 13:

You have a multithreaded application that looks up the WebLoqic JMS ConnectionFactory object from the JNDI tree. Which statement is correct in this scenario? (Choose the best answer.) 

Answer options:

A. It is not permitted. A multithreaded application cannot access the ConnectionFactory object.
B. The access to ConnectionFactory object MUST be synchronized.
C. The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.
D. Multiple threads trying to use the ConnectionFactory object simultaneously will throw an exception.
E. In a multithreaded scenario, connection objects cannot be safely created from the ConnectionFactory.