Which of the following rules must the bean provider comply with when defining an entity bean class that uses container-managed persistence? [Check all correct answers]
1. The Bean Provider must ensure that the
Java types assigned to the cmp-fields are restricted to the following Java primitive types and Java serializable types.
2. The Bean Provider does not need to be concerned about the cmp-fields types as the container is able to save any Java type.
3. The accessor methods for the container-managed relationship fields must not be exposed in the remote interface of an entity bean.
4. The local interface types of the entity bean and of related entity bean's must be exposed through the remote interface of the entity bean.
1 and 3 are marked right. I am not getting what the fourth option is really. Can someone help me with the fourth option? In the answer explanation, the fourth option is just negated -changing the must to must NOT!
Thanks in Advance!
Regards,
Leena