50.3k views
4 votes
ServletConfig defines a set of methods that a servlet uses tocommunicate with its servlet container.TrueFalse

User Leonprou
by
8.1k points

1 Answer

2 votes

Answer: True

Explanation: ServeletConfig is a type of method for the servlets for maintaining the communication of data to other servelets while it is in initializing process. Creation of object for ServeletConfig for every servelet is done from web container .The object that gets created is used for the purpose extracting configuration data from web.xml file.Thus, the mentioned statement in question is true.

User Leesrus
by
8.4k points