What is aspectj used for?



What is aspectj used for?..

Answer / Balraj Singh

AspectJ is a programming language that supports object-oriented programming and aspect-oriented programming (AOP). It is used to improve modularity by allowing the separation of cross-cutting concerns, such as logging, security, and transactions, from business logic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Why do we use aop in spring?

1 Answers  


What is spring boot rest api? : Spring Boot

1 Answers  


What is the spring bean life cycle?

1 Answers  


Describe spring dao support?

1 Answers  


What is @inject in spring?

1 Answers  


Why is dao used? : Spring Boot

1 Answers  


What is meant by stereotype annotation?

1 Answers  


Can we autowire controller in spring?

1 Answers  


What are the different types of bean injections in spring?

1 Answers  


What is the use of beanfactory in spring?

1 Answers  


What is spring security?

1 Answers  


What are the containers in spring?

1 Answers  


Categories