Choose the incorrect statement from the following about Home methods in a bean class for CMP (Container Managed Persistence).
Options
- The throws clause of the method may include the java.rmi.RemoteException.
- Relationships must not be accessed by the method
- The persistence state of the bean must not be accessed by the method
- The static declaration can not be done for the method.
CORRECT ANSWER : The throws clause of the method may include the java.rmi.RemoteException.
Write your comments