Java编程 - 保存/读取应用程序数据的最佳方法 [英] Java Programming - Best way to save/read data for an application

查看:125
本文介绍了Java编程 - 保存/读取应用程序数据的最佳方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请原谅这个问题,如果它已经被回答了,但我一直在网上搜索过去的一小时,试图找出答案。

我正在研究Java编程,并试图理解保存/读取我将存储在应用程序中的数据的最佳方式。我会把所有东西都放到一个文本文件中,并在应用程序启动时全部读取,并将其保存在退出程序中?我觉得如果应用程序太大,可能会吃掉太多内存?

解决方案

我会说,如果您需要存储少量信息,您可以使用属性文件。


如果您需要存储比我建议使用数据库(HSQL,Oracle,Mysql,MSSQL等)的属性更复杂的结构。根据您的需要。




Please forgive this quesiton if it has already been answered, but I have been searching online for the past hour to try to figure it out.

I'm working on getting back into Java programming and I'm trying to understand the best way to save/read data I would be storing in my application. Would I put everything into a text file and read it all in when the application starts and save it all on exit? I figured that might eat up too much memory if the application was too large?

解决方案

I would say if you need to store few information you can use a properties file.

If you need to store more complex structure than just properties I suggest using a database (HSQL, Oracle, Mysql, MSSQL, etc...). Depending of you needs.

这篇关于Java编程 - 保存/读取应用程序数据的最佳方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆