Oracle
1Z0-897 · Question #54
A Java EE application contains business logic composed of EJB beans. All current clients are Java applications accessing the business logic using RMI. Some clients are remote (running in different…
The correct answer is A. New client applications can be built using the published WSDL to access existing business logic C. New remote clients can access business logic using RMI or web service access. See the full explanation below for the reasoning.
Question
A Java EE application contains business logic composed of EJB beans. All current clients are Java applications accessing the business logic using RMI. Some clients are remote (running in different JVMs) and some are local (running in the same JVM). Which of the following two occur if EJB components are exposed as Web services? (Choose two.)
Options
- ANew client applications can be built using the published WSDL to access existing business logic
- BCurrent remote clients must switch from RMI to web service access.
- CNew remote clients can access business logic using RMI or web service access
- DNew local clients must access business logic using only RMI
- ENew clients must only be written in java to access business logic
How the community answered
(18 responses)- A83% (15)
- B11% (2)
- E6% (1)
Community Discussion
No community discussion yet for this question.