sounny

Untitled

Oct 12th, 2018
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. public class SimpleServlet extends HttpServlet
  2. {
  3.     public void doGet(HttpServletRequest request, HttpServletResponse response )
  4.         throws ServletException, java.io.IOException
  5.         {   … }
  6.     public void doPost(HttpServletRequest request, HttpServletResponse response )
  7.         throws ServletException, IOException
  8.         {   … }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment