Skip to content

Instantly share code, notes, and snippets.

@akshanshjain95
Last active April 5, 2019 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshanshjain95/39c8fc145b5bf405590d75f82585fbb9 to your computer and use it in GitHub Desktop.
Save akshanshjain95/39c8fc145b5bf405590d75f82585fbb9 to your computer and use it in GitHub Desktop.
public class JavaBeansExample {
public static void main(String[] args) {
Person person = new Person();
person.setFirstName("Akshansh");
person.setFacebookId("akshansh.jain.95");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment