What is type of object HttpServletRequest refers to ?

Hi allas we know HttpServletRequest is an interfacethen what is the type of object does it refer to ?
[122 byte] By [yogeshCAa] at [2007-10-2 20:29:52]
# 1

Yogesh,

HttpServletRequest is a standard interface. The object(which implements this interface) could be a vendor specific java class. Means the servlet container provides this object. As a developer we don't need to worry about its actual type. To us it just an object of type HttpServletRequest.

vijay_vita at 2007-7-13 23:12:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...