What is the closeRecordStore() 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 closeRecordStore() method?
Rating:
The closeRecordStore method is a method of the RecordStore class. This method is called to close a record store. A record store must be closed to free the resources (memory) it has been holding since it was opened. This method does not take any parameter. The call to this method must match the call to the openRecordStore() method. The openRecordStore() method is called to open or create a record store.
Rating:
Was this information helpful?
Other articles
- What is the setRecord() method?
- What is the newMessage() method?
- What is a Player?
- What is the GameCanvas class?
- What is the setLoopCount() method?
