adspace


What does the joint point denote?

Answer Posted / Chhabinath Ram

In the context of Spring Framework, a Joint Point refers to any point during method execution where advice can be applied. Examples of joint points include method execution (before, after, and around advice), constructor execution, field access, exception handling, etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518