What is the setMode() method?
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 is the setMode() method?
Rating:
The setMode() method is a method of the RecordStore class. The general syntax of this method is as follows:
Here, the mode parameter defines the author mode for a specified record store. It can have one of the following two values:
- AUTHMODE_ANY: It allows a record store to be accessed by MIDlets from other MIDlet suites.
- AUTHMODE_PRIVATE: It disallows the access of a specified record store by MIDlets from other MIDlet suites.
Rating:
Was this information helpful?
Other articles
- What is the setPriority() method?
- What is a permission?
- What are the ImageItem constants?
- What is the Vector class?
- What is the finalize() method?