In the Head First
Servlets book, page 703 question 5 - one of the answers that is supposedly NOT true is:
"Filters support an initialization mechanism that includes an init() method that is guaranteed to be called before the filter is used to handle requests."
What is wrong with this option? It seems correct to me?