This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello, If I want to store my db, host and other general information in one location, what is the recommended approach? A properties file? Thanks, Marie
if it is static data, the a PropertyResourceBundle is quite easy to use. I say static because I havent tried to write updated data back to the resource bundle yet - so im not sure how easy that is.