English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

Inherit the HttpServlet
then override the one of the methods
public void doGET(HTTPRequest req,HTTPResponse res){
//code to handle request,response
}
or
use
public void doPOST(HTTPRequest req,HTTPResponse res){
//code to handle request,response
}

if you need more explanation please IM me or you can mail me
good luck.

2006-10-26 17:35:49 · answer #1 · answered by Anand 3 · 2 0

fedest.com, questions and answers