Skip to content

Instantly share code, notes, and snippets.

View CodebyOmar's full-sized avatar

Umar Abdullahi CodebyOmar

View GitHub Profile
package com.mma.fingerprint;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.EnumMap;
import java.util.concurrent.LinkedBlockingQueue;