Identify one correct requirement for an entity bean class?
Correct answer is -
The ejbFind method must have an ejbFind prefix, declared public and must throw FinderException.
The question looks ambiguous to me. It did not mention what type the entity bean is. If its a BMP, I agree that ejbFind method must have ejbFind prefix, declared public and throw FinderException.
For CMP, the question does not apply.
SCJP, SCWCD, SCBCD, OCA J8