Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 J2ME 应用程序,我想在其中以 DB 的形式将大量数据存储在移动内存中。存储和检索大量数据的最佳方法是什么。所有的想法将不胜感激。
将其保存在RMS RecordStore中或使用JSR 75将其保存到文件中。