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 |
What is annotation wiring and how do we turn it on?
How many annotations are there in spring?
What is tight and loose coupling?
What is the use of liferay portal?
What is the scope of spring?
What is spring life cycle?
Explain xml schema-based aspect implementation ?
Briefly describe the 2 ways in which the class property can be used.
What does a simple spring application contain?
What is context used for?
Point out the difference between concern and cross-cutting concern in spring aop?
What is difference between spring and hibernate?