Skip to content

Instantly share code, notes, and snippets.

@rahulkmr
Created February 7, 2010 07:38
Show Gist options
  • Save rahulkmr/297290 to your computer and use it in GitHub Desktop.
Save rahulkmr/297290 to your computer and use it in GitHub Desktop.
class Person
{
public Person() {
}
public String getName() {
}
public int connectToDB() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment