Skip to content

Instantly share code, notes, and snippets.

@rahulkmr
Created February 7, 2010 07:39
Show Gist options
  • Save rahulkmr/297291 to your computer and use it in GitHub Desktop.
Save rahulkmr/297291 to your computer and use it in GitHub Desktop.
class Driver
{
public static Connection getConnection() {
}
}
class Person
{
public Person() {
}
public void store() {
Connection c = Driver.getConnection();
/* write to db */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment