java servlet

大熊猫

Moderator
管理成员
VIP
注册
2002-01-16
消息
22,826
荣誉分数
127
声望点数
243
哪位高手知道如何不通过JSP,HTML Form来调用Servlet.帮帮忙,作业急着交。
 
Servlet is used to handle HTTP request.
To invoke servlet, you need to send HTTP request to the port,
which the servlet server is listening to. HTML Form is one of ways to
send the HTTP requset. In Java progam, you can use URL class to send
request.
 
后退
顶部