Is there a \"best\" or more popular database for standalone Java app? I\'m currently writing by hand, but I would like to know what is commonly done, if there is something t
I would suggest using something like SQLite with SQLiteJDBC.
It also sounds like HyperSQL and Derby (which ships with certain Java versions) are popular choices.