Choose the types of Enterprise Beans that can be made into JAX-RS root resources (Choose two):
A.
Stateful Session Beans
B.
Stateless Session Beans
C.
Message-Driven Beans
D.
Singleton Beans
Choose the types of Enterprise Beans that can be made into JAX-RS root resources (Choose two):
Choose the types of Enterprise Beans that can be made into JAX-RS root resources (Choose two):
A.
Stateful Session Beans
B.
Stateless Session Beans
C.
Message-Driven Beans
D.
Singleton Beans
JAX-RS is stateless, so only stateful EJB could not be exposed as JAX-RS web service.
Answer is B and D
B,D)