In which order are Servlet.init() and Filter.init() methods called in java web application? Which one is called first? Are all Servlet.init() methods called before than any Filt
Filter.init()
web.xml
Servlet.init()
Filter.doFilter()
Servlet.service()