Guest User

Untitled

a guest
Jan 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public void doGet(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
  2. {
  3. doPost(req,res);
  4. }
  5.  
  6. public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
  7. {
  8.  
  9. System.out.println("Hola");
  10.  
  11. }
Add Comment
Please, Sign In to add comment