Oracle
1Z0-895 · Question #40
1Z0-895 Question #40: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-895 to reveal the answer and full explanation for question #40. The question stem and answer options stay visible for context.
Question
A developer writes an interceptor class called FooInterceptor containing the following AroundInvoke method: 11. @AroundInvoke 12. public Object intercept (InvocationContext ctx) { 13. return "intercepted"; 14. } FooInterceptor is applied to a business method in a stateless session bean: 11. @Interceptors (FooInterceptor.class) 12. public String testzero(int i) { 13. return (i = = 0) ? "zero": "not zero" 14. } Which describes the result when a client invokes the testzero method with a value of 1?
Options
- AThe interceptor method is NEVER invoked.
- BThe clientreceives a return value of "zero".
- CThe client receives a return value of "not zero".
- DThe client receives a return value of "intercepted".
Unlock 1Z0-895 to see the answer
You've previewed enough free 1Z0-895 questions. Unlock 1Z0-895 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.