datastore - How to store my data in Java? -


i want save program's data program stop. dont want save basic txt file. while ı search , ı see database, sql etc ı dont want web database. ı want save computer.

you can use sqlite database in file on root directory of code. http://en.wikibooks.org/wiki/java_jdbc_using_sqlite/connecting


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -