Which three statements are true about the server programming model for web services in Java
EE? (Choose three.)
A.
Stateful session beans can be exposed as web services in the Java EE platform.
B.
Stateless session beans can be exposed as web services in the Java EE platform.
C.
EJBs that are exposed as web services are considered as normal EJBs by the EJB
container.
D.
The Service Endpoint Interface (SEI) must follow the JAX-RPC or JAX-WS rules for WSDL
to-Java mapping.
E.
EJBs that are exposed as web services are executed in a restricted sandbox by the EJB
container when compared to an EJB not exposed as a web service.
Explanation: