Direction: Choose the correct option
Q1.
What is a join point in Spring AOP?
Direction: Choose the correct option
Q2.
Which join points does Spring AOP support?
Direction: Choose the correct option
Q3.
What is the JoinPoint interface used for?
Direction: Choose the correct option
Q4.
Which method of JoinPoint returns the method signature?
Direction: Choose the correct option
Q5.
How do you get the target object from a JoinPoint?
Direction: Choose the correct option
Q6.
What does ProceedingJoinPoint add to JoinPoint?
Direction: Choose the correct option
Q7.
Can you modify arguments in a join point?
Direction: Choose the correct option
Q8.
What is the difference between getTarget() and getThis() in JoinPoint?
Direction: Choose the correct option
Q9.
Which method returns the arguments of the join point?
Direction: Choose the correct option
Q10.
What is a static part of a join point?
