I don't know if its right place to ask this question or not, but I am asking here.
What I have tried till now :
In all my projects in JavaSE (Swings, JavaFX) etc I have used MySQL, Oracle, MS SQL Server for my backend.
But for any of these I need to install an individual software like MySQL server etc.
I was wondering if it is possible to get some alternative of this thing so that I don't need to install any extra individual software for database.
Database should be integrated within my JavaSE Application, like we see in normal softwares. We just install the software not the individual DBMS for it.
Such a database that allows me to take backup.
Any Suggestions for this ?