Skip to content

Instantly share code, notes, and snippets.

@davidtsong
Created June 3, 2014 02:55
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 davidtsong/3c8794066072a8a71370 to your computer and use it in GitHub Desktop.
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