ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is AOP?

Aspect-oriented programming, or AOP, is a programming technique that allows programmers to modularize crosscutting concerns, or behavior that cuts across the typical divisions of responsibility, such as logging and transaction management. The core construct of AOP is the aspect, which encapsulates behaviors affecting multiple classes into reusable modules.
Related Posts Plugin for WordPress, Blogger...
Flag Counter