Last active
June 2, 2017 17:07
-
-
Save ssouris/7af93637c3735c2fd9295fad7f8b75cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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