How to Connect a Java with MariaDB/MySQL/Percona?


How to Connect Java with MariaDB/MySQL/Percona? MariaDB, MySQL, and Percona are very popular databases used by developers all around the world. In this guide, we'll show you how to connect your Java application to these databases, whether it's a...

How to Make a Connection to DB using JNDI?


How to Make a Connection to DB using JNDI? JNDI, or the Java Naming and Directory Interface, is a tool in Java that helps consistently manage names and directory services. It helps bind objects together, look up or search for objects, and notice...