Multiple choice technology web technology

Intercepting Filter design pattern is in the _______________

  1. Presentation Tier

  2. Integration Tier

  3. Business Tier

  4. Database

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Intercepting Filter pattern operates in the Presentation Tier of a Java EE application. This pattern provides a centralized way to preprocess requests and postprocess responses before they reach the core application logic. Filters are commonly used for authentication, logging, compression, and encoding tasks in web applications.