What is the difference between spring aop and aspectj aop?



What is the difference between spring aop and aspectj aop?..

Answer / Navneet Shukla

Spring AOP and AspectJ AOP are both aspect-oriented programming frameworks, but they have some differences. Spring AOP uses proxies to weave aspects into target objects at runtime, while AspectJ AOP can compile aspects directly into Java bytecode.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is annotation wiring and how do we turn it on?

1 Answers  


How many annotations are there in spring?

1 Answers  


What is tight and loose coupling?

1 Answers  


What is the use of liferay portal?

1 Answers  


What is the scope of spring?

1 Answers  


What is spring life cycle?

1 Answers  


Explain xml schema-based aspect implementation ?

1 Answers  


Briefly describe the 2 ways in which the class property can be used.

1 Answers  


What does a simple spring application contain?

1 Answers  


What is context used for?

1 Answers  


Point out the difference between concern and cross-cutting concern in spring aop?

1 Answers  


What is difference between spring and hibernate?

1 Answers  


Categories