Kizspy | Question: 50
(Choose 1 answer)
When multiple filters are applied to a servlet, what determines the order of execution?
A. The order in which the filters are defined in the web.xml file.
B. The filter's priority attribute.
C. The order in which the filters were added to the web application.
D. The servlet's URL pattern.