adplus-dvertising
frame-decoration

Question

Which tag informs the spring container about the use of AspectJ annotation?

a.

aop:aspectj-autowire

b.

aop:aspectj-name

c.

aop:aspectj-autoproxy

d.

none of the mentioned

Answer: (c).aop:aspectj-autoproxy

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which tag informs the spring container about the use of AspectJ annotation?

Similar Questions

Discover Related MCQs

Q. Which of the following is advice supported by Aspect Annotation?

Q. An advice is an action which comes into play at pointcuts.

Q. Which advice is executed once a joint point finishes?

Q. Which advice is executed only when joint point returns or throws an exception?

Q. Which advice combines all advices into one?

Q. An advice can access the current join point information by declaring an argument of type org.aspectj.lang.AdvicePoint in the advice method signature.

Q. Which interface is implemented to specify precedence of aspects?

Q. Alternative annotative way to specify precedence of aspects?

Q. Method which returns the highest priority of aspect’s join point?

Q. Which instantiation model is supported by AspectJ?

Q. Which tag in XML is used to declare @Before advice’s method?

Q. PointCut definitions can’t be reused again

Q. Annotation used to refer poincuts?

Q. Language used to set various kinds of join points

Q. Spring AOP only supports method execution join points for the beans in its IoC container

Q. The annotations must be added to the implementation class but not the interface

Q. Which of the following pattern is used to match bean name?

Q. Bean name patterns are supported by all configurations(XML,Java,AspectJ)

Q. Expressions which returns Parameters of pointcuts?

Q. Are logical operators valid in pointcut expressions?