Oracle
1Z0-895 · Question #28
Suppose an EJB named HelloWorldBean is deployed as a standalone ejb-jar. Assuming the HelloWorldBean is implemented as follows: Which HelloWorldBean methods are accessible by another EJB within the…
The correct answer is C. All of the public methods declared in HelloWorldBean. See the full explanation below for the reasoning.
Question
Suppose an EJB named HelloWorldBean is deployed as a standalone ejb-jar. Assuming the HelloWorldBean is implemented as follows: Which HelloWorldBean methods are accessible by another EJB within the same ejb-jar?
Exhibit
Options
- AAll of the methods declared in HelloWorldBean
- BAll of the methods declared in HelloWorld and HelloWorldBean
- CAll of the public methods declared in HelloWorldBean
- DAll of the public methods declared in HelloWorld andall of the methods declared in HelloWorldBean
How the community answered
(29 responses)- A7% (2)
- B10% (3)
- C79% (23)
- D3% (1)
Community Discussion
No community discussion yet for this question.
