Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class SimpleServlet extends HttpServlet
- {
- public void doGet(HttpServletRequest request, HttpServletResponse response )
- throws ServletException, java.io.IOException
- { … }
- public void doPost(HttpServletRequest request, HttpServletResponse response )
- throws ServletException, IOException
- { … }
- }
Advertisement
Add Comment
Please, Sign In to add comment