CIW Exam Questions

Which statement correctly describes the EJBHome interface?

Which statement correctly describes the EJBHome interface?

A.
The EJBHome interface is extended by all home interfaces, which provide methods to create,
find and remove enterprise beans.

B.
The EJBHome interface is extended by all home interfaces, which provide a clients view of an
enterprise bean.

C.
The EJBHome interface is extended by all home interfaces and is the common superinterface
for the SessionBean and EntityBean interfaces.

D.
The EJBHome interface is extended by all home interfaces, which the container uses to inform
enterprise beans about life cycle events.