Actually, when you call req.getParamater() or any method, req is not referring to HttpServletRequest *object* (at the very first place interface can't be instantiated), it is actually referring to a class that is implementing this interface and has all methods implemented in it...
And container create this class and provide implementation of methods...
Hope it is right...
[ December 29, 2005: Message edited by: rathi ji ]
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
Read the docs. There is no other better substitute. Thanks.
Thennam Pandian
Ranch Hand
Joined: Oct 11, 2005
Posts: 163
posted
0
Where to fina a Docs .
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
posted
0
Originally posted by Thennam Pandian: Where to fina a Docs .