230k views
5 votes
ServletConfig defines a set of methods that a servlet uses tocommunicate with its servlet container.

*True

*False

User Cong
by
7.0k points

1 Answer

5 votes

Answer: True

Explanation: ServeletConfig is made for the servlets for passing the information to other servelets while being initialized. An object gets created of ServeletConfig from the web container for every servelet .The object created is basically used for getting information or configuration data from web.xml file.Therefore, the given statement is true.

User Curiouslychris
by
5.4k points