InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Jointpoint? |
|
Answer» A POINT during the execution of a program, such as the execution of a METHOD or the handling of an EXCEPTION. In SPRING AOP, a join point always represents a method execution. A point during the execution of a program, such as the execution of a method or the handling of an exception. In Spring AOP, a join point always represents a method execution. |
|