Oracle
1Z0-900 · Question #56
1Z0-900 Question #56: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-900 to reveal the answer and full explanation for question #56. The question stem and answer options stay visible for context.
Implement Business Logic by Using EJBs
Question
Which annotation do you use on line 1 to ensure that clients immediately time out when attempting to concurrently invoke callMethod () while another client is already accessing the bean?
Options
- A@AccessTimeout (value = 1, unit = TimeUnit.SECONDS)
- B@AccessTimeout (null)
- C@AccessTimeout (-1)
- D@AccessTimeout (0)
Unlock 1Z0-900 to see the answer
You've previewed enough free 1Z0-900 questions. Unlock 1Z0-900 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#EJB Concurrency#@AccessTimeout#Thread Access Control#Timeout Semantics