News

Get to know the Java persistence standard based on Hibernate and learn how to use JPA to store and manage Java objects in a relational or NoSQL database.
Amazon's Deep Java Library (DJL) is one of several implementations of the new JSR 381 standard for building machine learning applications in Java.
A look at some of the best database and RDBMS tools for Java software developers. Learn more about Java and database programming.
Java Database Connectivity, or JDBC as it is more affectionately known, has been around since JDK 1.1. As you probably know, JDBC is a set of Java API used by Java applications to perform CRUD ...
Here's a quick JDBC with HSQLDB tutorial to get you up and running with Java database connectivity and the popular HyperSQL database.