Ask Question
16 April, 16:28

ServletConfig defines a set of methods that a servlet uses tocommunicate with its servlet container.

*True

*False

+4
Answers (1)
  1. 16 April, 16:41
    0
    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.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “ServletConfig defines a set of methods that a servlet uses tocommunicate with its servlet container. *True *False ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers