Skip to content

Instantly share code, notes, and snippets.

@ssouris
Last active June 2, 2017 17:07
Show Gist options
  • Save ssouris/7af93637c3735c2fd9295fad7f8b75cc to your computer and use it in GitHub Desktop.
Save ssouris/7af93637c3735c2fd9295fad7f8b75cc to your computer and use it in GitHub Desktop.
public interface Servlet {
...
public void service(ServletRequest req, ServletResponse res)
throws ServletException, IOException;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment