0 votes
in Spring by

Which of the following provides event-handling capabilities in the Spring context?

a) BeanFactory

b) ApplicationContext

c) Both a & b

d) None of the above

1 Answer

0 votes
by
b) ApplicationContext

Explanation:

ApplicationContext provides a way to manage different types of events and has built-in support for event propagation.
...