Link to home
Start Free TrialLog in
Avatar of blairdye
blairdye

asked on

How does the javax.servlet.http.HttpServletRequest Interface work?

If this really is an interface, then its methods should be abstract and have no implementation. And yet when i call request.getParameters(String);
then I recieve a result. Where is the implementation for this method, or what mechanism are they using to implement it?

Blair
ASKER CERTIFIED SOLUTION
Avatar of _lychee_
_lychee_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of benson031397
benson031397

I still don't understand what you are talking about!

Would you give us an example?


Benson