What is pointcut in spring?



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

Post New Answer

More Spring Framework Interview Questions

What is ioc principle?

1 Answers  


What is liferay used for?

1 Answers  


What is the spring framework?

1 Answers  


What are the various ways of using spring framework?

1 Answers  


Is spring boot a framework? : Spring Boot

1 Answers  


What are the benefits of ioc (dependency injection)?

1 Answers  


How does autowired work in spring?

1 Answers  


What is a bean in spring boot? : Spring Boot

1 Answers  


What is unit work pattern?

1 Answers  


What is spring jdbc framework?

1 Answers  


When to use dependency injections?

1 Answers  


What is difference between @inject and @autowired?

1 Answers  


Categories