posted 20 years ago
Which of the following methods must be implemented by an entity bean class with Container managed persistence?
Options
Select 1 correct option.
1. At least one ejbCreate(...)
2. ejbFindByPrimaryKey(...)
3. At least one ejbSelect(...)
4. At least one ejbFindByXXX(...) (other than ejbFindByPrimaryey(...))
5. None of these.
The correct answer mentioned in the mock exam was "5".
But isn't it option 2 (ejbFindByPrimaryKey(...) ) correct ???
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCEA