News

JDBC (Java Database Connectivity) is the Java API that manages connecting to a database, issuing queries and commands, and handling result sets obtained from the database.
A look at some of the best database and RDBMS tools for Java software developers. Learn more about Java and database programming.
Here's a quick JDBC with HSQLDB tutorial to get you up and running with Java database connectivity and the popular HyperSQL database.
In this tutorial we are going to cover some advanced database code as well as tie in to some more advanced GUI techniques. We left off on the last tutorial showing you how to insert and select data… ...
* Java GUI remoting. Despite important advantages, Java Web Start can’t reproduce the lightness of the HTML/JavaScript browser. But there are lots of ways to skin a cat.
At the InfoQ Dev Summit Munich, Markus Kett presented a database alternative for Java: the in-memory EclipseStore promises faster data processing with lower cloud costs. It stores Java objects as ...
Jack Wallen shows you how easy it is to create a MongoDB database and collection using the Compass GUI.
Java Database Connectivity (JDBC) is an application program interface (API) packaged with the Java SE edition that makes it possible to standardize and simplify the process of connecting Java ...