I want to create a small java application which allows to connect to a database and exchange information. It should be possible to start the DB via Java, so I don't need anything but my application to work with the DB. (Not like XAMPP where I need the XAMPP menu to start the DB server for example)
What DB should I use for such a project?