1.

Choose the incorrect statement from the following about Home methods in a bean classfor CMP (Container Managed Persistence).

A. The throws clause of the method may include the java.rmi.RemoteException.
B. Relationships must not be accessed by the method
C. The persistence state of the bean must not be accessed by the method
D. The static declaration can not be done for the method.
Answer» B. Relationships must not be accessed by the method


Discussion

No Comment Found