Skip to content

Instantly share code, notes, and snippets.

View AngryLionAman's full-sized avatar
💭
Just working on project inquiryhere.com, if you want see me visit website.

Aman Kumar AngryLionAman

💭
Just working on project inquiryhere.com, if you want see me visit website.
View GitHub Profile
@jasoet
jasoet / gist:3843797
Created October 6, 2012 04:16
Database Connection Singleton
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.secondstack.db;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;