can I create a servlet Program with a doPost Method?

Posted by saloni on Stack Overflow See other posts from Stack Overflow or by saloni
Published on 2010-04-07T10:30:47Z Indexed on 2010/04/07 10:33 UTC
Read the original article Hit count: 148

Filed under:

I am making a servlet program .It is working fine but now i am trying to make a method that calls from JSP but that method name should not be doPost or doGet . Is it possible?

© Stack Overflow or respective owner

Related posts about servlets