Spring

31. What is Advice in Spring and explain its types?Any action taken by an aspect at some particular joinpoint in Spring Framework is called an Advice. Spring AOP makes use of advice for maintaining a chain of interceptors “around” the joinpoint i.e. as an interceptor. Advice can be of the following types: 32. What is […]

Spring Read More »