CIW Exam Questions

Which statement correctly describes CMP entity beans and finder methods?

Which statement correctly describes CMP entity beans and finder methods?

A.
The beans class should contain empty ejbFind() methods with corresponding find() methods
defined in the remote interface.

B.
The beans class should not contain ejbFind() methods; empty find() methods are defined in the
home interface.

C.
The beans class should not contain ejbFind() methods; empty find() methods are defined in the
remote interface.

D.
The beans class should contain empty ejbFind() methods with corresponding find() methods
defined in the home interface.