CIW Enterprise Specialist
161 Questions
Question No. 1
The beans class should contain empty ejbFind() methods with corresponding find() methods defined in the remote interface.
The beans class should not contain ejbFind() methods; empty find() methods are defined in the home interface.
The beans class should not contain ejbFind() methods; empty find() methods are defined in the remote interface.
The beans class should contain empty ejbFind() methods with corresponding find() methods defined in the home interface.