Java Spring Framework Question:

Download Job Interview Questions and Answers PDF

What is a Jointpoint?

Spring Framework Interview Question
Spring Framework Interview Question

Answer:

A joinpoint is a point in the execution of the application where an aspect can be plugged in. This point could be a method being called, an exception being thrown, or even a field being modified. These are the points where your aspect’s code can be inserted into the normal flow of your application to add new behavior.

Download Spring Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is an Aspect?What is an Advice?