Hi
I want to call a servlet from
an applet with some parameters. i have done it with url and it is working. can i
call a servlet with the following statement. if so what will be the full
statement, if i have to call http://maheshvc:8080/servlet/Hello
servlet
Servlet some_name =
getServletConfig().getServletContext().getServlet("servlet_name");
servlet_name = full url???
can a servlet can return data back to this calling applet? can u just give
a sample servlet code for that?
please help me in it
thanks in advance
regards
Mahesh
