Skip to content

Instantly share code, notes, and snippets.

@davidtsong
Created June 3, 2014 02:55
Show Gist options
  • Select an option

  • Save davidtsong/3c8794066072a8a71370 to your computer and use it in GitHub Desktop.

Select an option

Save davidtsong/3c8794066072a8a71370 to your computer and use it in GitHub Desktop.
Java Interface
public interface myInterface{
int constant;
String constant2;
void Method()
{
}
int intMethod()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment