

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Spring knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which tag in XML is used to declare @Before advice s method? |
A. | aop:before |
B. | aop:after |
C. | aop:afterthrow |
D. | None of the mentioned |
Answer» B. aop:after | |
2. |
Method which returns the highest priority of aspect s join point? |
A. | getHighestPriority |
B. | getOrder |
C. | getHighOrder |
D. | getPriority |
Answer» C. getHighOrder | |