1.

Explain The H2 Database 1.0 Update?

Answer»

H2 is an open-source LIGHTWEIGHT JAVA database. It can be embedded in Java applications or RUN in the client-server mode.

H2 database can be configured to run as in-memory database, which means that DATA will not persist on the disk.

H2 is an open-source lightweight Java database. It can be embedded in Java applications or run in the client-server mode.

H2 database can be configured to run as in-memory database, which means that data will not persist on the disk.



Discussion

No Comment Found