Your company is starting its first project using EJB 3. The developers are familiar with developing
web applications using servlets and MVC web frameworks. Which argument supports the
decision of using EJB 3 on the project?
A.
EJB 3 session beans are POJO classes.
B.
EJB 3 session beans use the same threading model that servlets use.
C.
Database resources are available to every EJB 3 session bean without any developer
intervention.
D.
EJB 3 session beans can be defined directly inside a WAR file, without requiring a separate
EJB JAR file.