Hi,
Clarification needed :-

Calling super.init() in the init() method of our servlet calls
GenericServlet's init() method that saves a
reference to the ServletConfig object. And your servlet can use this
saved reference by invoking methods on itself. *"The GenericServlet
class itself implements ServletConfig interface, using the saved config
object in the interface."*

Can anybdy plz explain the meaning of last line (in quotes) in detail.
Please clarify, what exactly is goin on behind the scenes??

TIA

Rgds,
Inder

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to