Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-134 Topic 4 Question 82 Discussion

Actual exam question for Oracle's 1Z0-134 exam
Question #: 82
Topic #: 4
[All 1Z0-134 Questions]

You have a multithreaded application that looks up the WebLogic JMS ConnectionFactory object from the JNDI tree.

Which statement is correct in this scenario? (Choose the best answer.)

Show Suggested Answer Hide Answer
Suggested Answer: A, B

A Node Manager client can be local or remote to the Node Managers with which it communicates. You access either version of Node Manager---the Java version or the script-based (SSH) version---from the following clients:

A: an administration server

B: WLST commands and scripts---WLST offline serves as a Node Manager command-line interface that can run in the absence of a running Administration Server.


Contribute your Thoughts:

Paris
20 days ago
E) In a multithreaded scenario, connection objects cannot be safely created from the ConnectionFactory. Wait, what? That's like saying you can't ride a bike with two wheels. Clearly, the answer is C - no special considerations needed!
upvoted 0 times
...
Ligia
25 days ago
A) It is not permitted. A multithreaded application cannot access the ConnectionFactory object. Haha, nice try! Of course a multithreaded app can access the ConnectionFactory. That's the whole point of having a connection pool, right?
upvoted 0 times
...
Lynelle
1 months ago
D) Multiple threads trying to use the ConnectionFactory object simultaneously will throw an exception. Hmm, I'm not so sure about that. Doesn't WebLogic handle thread safety for us? I'll have to double-check the documentation on this one.
upvoted 0 times
Agustin
3 days ago
C) The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.
upvoted 0 times
...
Danica
6 days ago
A) It is not permitted. A multithreaded application cannot access the ConnectionFactory object.
upvoted 0 times
...
Latrice
7 days ago
C) The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.
upvoted 0 times
...
Maurine
14 days ago
A) It is not permitted. A multithreaded application cannot access the ConnectionFactory object.
upvoted 0 times
...
...
Linsey
1 months ago
Hmm, that's interesting. Can you explain why you think that?
upvoted 0 times
...
Martina
1 months ago
I disagree. I believe the correct answer is C. The ConnectionFactory object can be referenced in a multithreaded application without any special considerations.
upvoted 0 times
...
Danica
2 months ago
C) The ConnectionFactory object can be referenced in a multithreaded application without any special considerations. Wow, really? I thought we'd need to synchronize access to it. This is news to me!
upvoted 0 times
Keneth
9 days ago
That's good to know. I always thought we needed to synchronize access to it.
upvoted 0 times
...
Johnetta
26 days ago
Yes, it's true. You can reference the ConnectionFactory object in a multithreaded application without any issues.
upvoted 0 times
...
...
Silva
2 months ago
B) The access to ConnectionFactory object MUST be synchronized. Absolutely! Concurrent access to shared resources like the ConnectionFactory needs to be properly managed to avoid race conditions and ensure thread safety.
upvoted 0 times
...
Linsey
2 months ago
I think the correct answer is B. Access to ConnectionFactory object MUST be synchronized.
upvoted 0 times
...

Save Cancel