Can I write my own method in servlet?

No, the servlet dont supports Custom Http methods to be called by browser. Yes Servlet Container supports Custom Http methods. When the any method is called, the container will call service() method.

Related Posts: