The filter

The servlet filter requests are filtered in Tomcat before they enter the serviceCopy the code

The interceptor

Springmvc provides services where servlet filters are released and intercepted before entering each serviceCopy the code