Question - How many servlet controllers are used in a Struts Application?
Answer -
Struts framework works on the concept of centralized control approach and the whole application is controlled by a single servlet controller. Hence, we require only one servlet controller in a servlet application.