Home »
MCQs »
Software Architecture MCQs
____ is a reusable component that can be used for separating things like validation and logging from the action code
59. ____ is a reusable component that can be used for separating things like validation and logging from the action code.
- Interceptors
- MVC
- Hibernate
Answer: A) Interceptors
Explanation:
Interceptors are reusable components that can be used for separating things like validation and logging from the action code.