InterviewSolution
| 1. |
What Is Cross Cutting Concern And Concern In Spring Aop? |
|
Answer» Cross cutting concern: It is a concern which is APPLICABLE THROUGHOUT the application and it affects the entire application. E.g SECURITY, LOGGING and data transfer are the concerns which are NEEDED in almost every module of an application. Cross cutting concern: It is a concern which is applicable throughout the application and it affects the entire application. E.g Security, logging and data transfer are the concerns which are needed in almost every module of an application. |
|