Science, asked by Veerana9021, 11 months ago

Why do we have servlet filters in java?

Answers

Answered by RockyAk47
0
That's why we have servlet filter. Servlet Filters are pluggable java components thatwe can use to intercept and process requests before they are sent to servletsand response after servlet code is finished and before container sends the response back to the client.
Similar questions