Your Customer entity bean contains the following method signature:
public String ejbFindByPrimaryKey(String primKey)
throws FinderException, RemoteException
Which statement is true of the Customer bean?
A.
A corresponding finder method named ejbFindByPhmaryKey() must exist in the remote
interface. Deployment descriptor settings will differentiate between the two similarly named
methods.
B.
A corresponding finder method named ejbFindByPhmaryKey() must exist in the home interface.
Deployment descriptor settings will differentiate between the two similarly named methods.
C.
A corresponding finder method named findByPhmaryKey() must exist in the remote interface.
D.
A corresponding finder method named findByPrimaryKey() must exist in the home interface.