When a servlet accepts a call from a client, it receives two objects.what?

hi,When a servlet accepts a call from a client, it receives two objects. What are they?
[101 byte] By [anandh2a] at [2007-10-3 1:04:50]
# 1
Learn to [url= http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServlet.html]read the API[/url], please!
JoachimSauera at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 2
> When a servlet accepts a call from a client, it receives two objects. What are they?The phone receiver and a gun to shoot itself after the call is done.
quittea at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 3
How will u pass the argument from one servlet to another servlet?
anandh2a at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 4
if you would like to forward the request, so use request.sendForward method.You had better to read the servlets/jsp documentation in the sun J2EE tutorial .
java_2006a at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 5
sorry,use request.getRequestDispatcher("name").forward
java_2006a at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 6
> How will u pass the argument from one servlet to> another servlet?Come on, we're not your private teachers. Please go and take a class or ask or pay someone else to tutor you.
CeciNEstPasUnProgrammeura at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 7
> How will u pass the argument from one servlet to another servlet?Actually, it's dead simple: Just tell servlet #1 that servlet #2 said something nasty about servlet #1's mother and sister, so servlet #1 will head-butt servlet #2 and you have the argument passed along ...
quittea at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 8
> mother and sister, so servlet #1 will head-butt> servlet #2 and you have the argument passed along ...Doesn't that rather abruptly end the argument?
CeciNEstPasUnProgrammeura at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 9
> Doesn't that rather abruptly end the argument?I'm afraid that's a side-effect of it ...
quittea at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...
# 10
> Doesn't that rather abruptly end the argument?Not quite. you see despite the head-but, servlet#2 ends up happy while servlet#1 is asked to go away in embarrassment
r035198xa at 2007-7-14 18:01:15 > top of Java-index,Java Essentials,Java Programming...