Oracle
1Z0-897 · Question #36
Choose the option that best describe the deployer's choices, when deploying an EJB that is also exposed as a RESTful web service using JAX-RS (Choose one):
The correct answer is C. The EJB can be deployed to any EJB or web container that would support local references to the EJB. See the full explanation below for the reasoning.
Question
Choose the option that best describe the deployer's choices, when deploying an EJB that is also exposed as a RESTful web service using JAX-RS (Choose one):
Options
- AThe EJB can only be deployed to a web container, since RESTful access to the EJB requires a web
- BThe EJB can be deployed to any EJB or web container that would support local references to the EJB
- CThe EJB can be deployed to any EJB or web container that would support local references to the EJB
- DThe EJB can be deployed to an EJB or web container that is visible to the JAX-RS runtime, even on
How the community answered
(64 responses)- A5% (3)
- B11% (7)
- C77% (49)
- D8% (5)
Community Discussion
No community discussion yet for this question.