I'm planning on making a desktop application that stores hash values of files as the key, and the value is some metadata.
Should I use JDBC, or serialize a hashmap/table? I don't know anything about...