What is difference between spring aop and aspectj?



What is difference between spring aop and aspectj?..

Answer / Krishan Chandra Srivastava

Spring AOP and AspectJ are both AOP frameworks, but they have some differences. AspectJ is a pure AOP framework that uses bytecode manipulation to weave aspects into your application at compile-time, while Spring AOP is a proxy-based AOP framework that weaves aspects at runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is spring framework used for?

1 Answers  


How to handle exceptions in spring mvc environment?

1 Answers  


How many ways can you set up spring?

1 Answers  


What is introduction?

1 Answers  


What are the components of spring framework?

1 Answers  


What is spring listener?

1 Answers  


What is the spring ioc container?

1 Answers  


What is the difference between war file and jar file?

1 Answers  


What is spring in java with example?

1 Answers  


How to handle exceptions in the spring mvc framework?

1 Answers  


Spring jdbctemplate class and its application.

1 Answers  


What is around advice in spring?

1 Answers  


Categories