Skip to content

Instantly share code, notes, and snippets.

@mhtmalpani
Created December 11, 2018 19:09
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 mhtmalpani/81390d446d57bc5bce43ef2485d29ebd to your computer and use it in GitHub Desktop.
Save mhtmalpani/81390d446d57bc5bce43ef2485d29ebd to your computer and use it in GitHub Desktop.
public interface Internet {
void connectToUrl(String url) throws Exception;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment