I'm building an app from scratch with the knowledge I've gained so far, and I'm making a "Notes" app where You can create notes, delete, edit(update), etc.
My question is that I know I can use a database to store data from my input. I know I can use A Database to save and open the data, but Just in case, does Java have a LocalStorage, like JavaScript/JSON, where you can keep things and open them up later?
What are the my options for Local Storage for applications to save data and open it up after running again?