adspace
Answer Posted / Dinkar Rai
Aspect Oriented Programming (AOP) is a programming paradigm that allows you to modularize code with cross-cutting concerns, such as logging, security, and transaction management. Spring Framework supports AOP using the @Aspect annotation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers