Getting started with H2 (embedded Java database)
H2 database is a small and compact way to store data directly from Java, especially because it can use simple binary files as storage. My go... (more…)
Read more »
This is the second article in the blog post series discussing the new features introduced in java 14. Today’s article is focused on Records that aims to provide a compact & concise way for declaring data classes. Java 14 rew features articles: Pat… Read more