InterviewSolution
Saved Bookmarks
| 1. |
What is Join point? |
|
Answer» This represents a point in your application where you can plug-in AOP aspect. You can also say, it is the actual place in the application where an action will be taken using Spring AOP framework. |
|