Managing data
The BlackBerry Java Virtual Machine manages memory usage on the smartphone. The BlackBerry JVM allocates memory, performs garbage collection, and automatically swaps data between random access memory and application storage.
BlackBerry Device Software provides a number of tools to help you manage data in your apps. These tools provide ways to back up data, remove sensitive data, remove data that is no longer needed, and free up memory when needed.
Next topic: Best practice: Minimizing memory use
Previous topic: Code sample: Storing and retrieving data with the record store