Skip to content

Instantly share code, notes, and snippets.

@isauravmanitripathi
Created March 27, 2019 20:14
Show Gist options
  • Save isauravmanitripathi/04e836a644edd40e641465f039e1ad82 to your computer and use it in GitHub Desktop.
Save isauravmanitripathi/04e836a644edd40e641465f039e1ad82 to your computer and use it in GitHub Desktop.
public class Hello {
// other parts of the class
...
private void sayHello() {
System.out.println("Hello");
System.out.println("This is a method called sayHello");
System.out.println("It contains 3 statement");
}
....
// here will be other part's of the class
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment