What is pointcut in spring?
Answer / Priyanka Bhardwaj
A pointcut in Spring AOP represents a set of join points in the application code where advice can be applied. It acts as a selection criterion for applying advices to specific methods or classes based on certain conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ioc principle?
What is liferay used for?
What is the spring framework?
What are the various ways of using spring framework?
Is spring boot a framework? : Spring Boot
What are the benefits of ioc (dependency injection)?
How does autowired work in spring?
What is a bean in spring boot? : Spring Boot
What is unit work pattern?
What is spring jdbc framework?
When to use dependency injections?
What is difference between @inject and @autowired?