What are the requirements for writing the accessor methods of a cmr field?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the requirements for writing the accessor methods of a cmr field?
Rating:
The requirements for writing the accessor methods of a cmr field are as follows:
- They must be declared public.
- They must be declared abstract. The implementation of these methods is provided by the container using the information provided by the bean provider in the deployment descriptor.
- Their names must begin with get or set, and the first letter after get or set must be uppercased.
Rating:
Was this information helpful?
Other articles
- Skills required for Sun test 310-090
- What are the methods present in the EJBLocalObject interface?
- What are the operations that can be performed using the setEntityContext() method?
- What is the DISTINCT keyword in the EJB query language?
- What is RemoteException?